Home | History | Annotate | Download | only in libpcap

Lines Matching refs:recv_ack

155 static int recv_ack(int, int, const char *, char *, char *, int *);
1100 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror)
1121 pcap_snprintf(ebuf, PCAP_ERRBUF_SIZE, "recv_ack: %s getmsg: %s",
1145 "recv_ack: %s: UNIX error - %s",
1154 "recv_ack: %s: %s", what,
1166 "recv_ack: %s: Unexpected primitive ack %s",
1173 "recv_ack: %s: Ack too small (%d < %d)",
1405 return (recv_ack(fd, DL_BIND_ACK_SIZE, "bind", bufp, ebuf, uerror));
1412 return (recv_ack(fd, DL_OK_ACK_SIZE, what, bufp, ebuf, NULL));
1430 return (recv_ack(fd, DL_INFO_ACK_SIZE, "info", bufp, ebuf, NULL));
1586 * recv_ack will fail because it set the maxlen to MAXDLBUF (8192)