Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dlpi.c174 static int dlbindack(int, char *, char *, int *);
668 dlbindack(p->fd, (char *)buf, ebuf, NULL) < 0) in pcap_open_live()
691 dlbindack(p->fd, (char *)buf, ebuf, NULL) < 0) in pcap_open_live()
1045 if (dlbindack(fd, (char *)buf, ebuf, &uerror) >= 0) in dl_dohpuxbind()
1447 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) in dlbindack() function
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c79 void dlbindack(int fd, char *bufp);
742 dlbindack(fd, (char *)buf); in openInterface()
939 void dlbindack(int fd, char *bufp) in dlbindack() function