Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dlpi.c176 static int dlokack(int, const char *, char *, char *);
716 dlokack(p->fd, "promisc_phys", (char *)buf, ebuf) < 0) in pcap_open_live()
726 dlokack(p->fd, "promisc_multi", (char *)buf, ebuf) < 0) in pcap_open_live()
745 dlokack(p->fd, "promisc_sap", (char *)buf, ebuf) < 0)) { in pcap_open_live()
1021 dlokack(fd, "attach", (char *)buf, ebuf) < 0) in dl_doattach()
1465 dlokack(int fd, const char *what, char *bufp, char *ebuf) in dlokack() function
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c78 void dlokack(int fd, char *bufp);
739 dlokack(fd, (char *)buf); in openInterface()
907 void dlokack(int fd, char *bufp) in dlokack() function