Home | History | Annotate | Download | only in libpcap

Lines Matching full:getmsg

284 			if (getmsg(p->fd, &ctl, &data, &flags) < 0) {
1159 if (getmsg(fd, &ctl, (struct strbuf*)NULL, &flags) < 0) {
1160 snprintf(ebuf, PCAP_ERRBUF_SIZE, "recv_ack: %s getmsg: %s",
1649 * To figure out how big the returned data is, we first call getmsg
1651 * length, and then issue another getmsg to get the actual PPA data.
1654 if (getmsg(fd, &ctl, (struct strbuf *)NULL, &flags) < 0) {
1656 "get_dlpi_ppa: hpppa getmsg: %s", pcap_strerror(errno));
1685 if (getmsg(fd, &ctl, (struct strbuf *)NULL, &flags) < 0) {
1687 "get_dlpi_ppa: hpppa getmsg: %s", pcap_strerror(errno));