Home | History | Annotate | Download | only in libpcap

Lines Matching refs:bufp

1141 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror)
1156 ctl.buf = bufp;
1447 dlbindack(int fd, char *bufp, char *ebuf, int *uerror)
1450 return (recv_ack(fd, DL_BIND_ACK_SIZE, "bind", bufp, ebuf, uerror));
1465 dlokack(int fd, const char *what, char *bufp, char *ebuf)
1468 return (recv_ack(fd, DL_OK_ACK_SIZE, what, bufp, ebuf, NULL));
1483 dlinfoack(int fd, char *bufp, char *ebuf)
1486 return (recv_ack(fd, DL_INFO_ACK_SIZE, "info", bufp, ebuf, NULL));