Home
last modified time | relevance | path

Searched refs:dlbindack (Results 1 – 3 of 3) sorted by relevance

/src/sbin/ipf/ipsend/
H A Dsdlpi.c106 dlbindack(fd, buf); in initdevice()
H A Ddlcommon.c392 dlbindack(int fd, char *bufp) in dlbindack() function
/src/contrib/libpcap/
H A Dpcap-dlpi.c146 static int dlbindack(int, char *, char *, int *);
762 dlbindack(p->fd, (char *)buf, p->errbuf, NULL) < 0) {
791 dlbindack(p->fd, (char *)buf, p->errbuf, NULL) < 0) {
1104 if (dlbindack(fd, (char *)buf, ebuf, &uerror) >= 0)
1584 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) function