Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dlpi.c148 static int dl_doattach(int, int, char *);
554 retv = dl_doattach(p->fd, ppa, p->errbuf);
561 retv = dl_doattach(pd->send_fd, ppa, p->errbuf);
913 dl_doattach(int fd, int ppa, char *ebuf) function