Searched refs:dlokack (Results 1 – 3 of 3) sorted by relevance
/freebsd/sbin/ipf/ipsend/ |
H A D | sdlpi.c | 84 else if (dlokack(fd, buf) == -1) in initdevice() 95 else if (dlokack(fd, buf) < 0) in initdevice()
|
H A D | dlcommon.c | 338 dlokack(int fd, char *bufp) in dlokack() function
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dlpi.c | 147 static int dlokack(int, const char *, char *, char *, int *); 941 err = dlokack(fd, "attach", (char *)buf, ebuf, NULL); 1013 err = dlokack(p->fd, "promiscon" STRINGIFY(level), (char *)buf, 1489 dlokack(int fd, const char *what, char *bufp, char *ebuf, int *uerror) function 1527 (void) dlokack(fd, "dlpassive", (char *)buf, ebuf, NULL);
|