Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dlpi.c150 static int dl_dohpuxbind(int, char *);
620 if (dl_dohpuxbind(p->fd, p->errbuf) < 0) {
630 if (dl_dohpuxbind(pd->send_fd, p->errbuf) < 0) {
741 if (dl_dohpuxbind(p->fd, p->errbuf) < 0) {
756 if (dl_dohpuxbind(pd->send_fd, p->errbuf) < 0) {
932 dl_dohpuxbind(int fd, char *ebuf) function