Searched refs:dlbindreq (Results 1 – 2 of 2) sorted by relevance
/external/libpcap/ |
D | pcap-dlpi.c | 173 static int dlbindreq(int, bpf_u_int32, char *); 666 if ((dlbindreq(p->fd, 1537, ebuf) < 0 && in pcap_open_live() 667 dlbindreq(p->fd, 2, ebuf) < 0) || in pcap_open_live() 690 if (dlbindreq(p->fd, 0, ebuf) < 0 || in pcap_open_live() 1043 if (dlbindreq(fd, hpsap, ebuf) < 0) in dl_dohpuxbind() 1427 dlbindreq(int fd, bpf_u_int32 sap, char *ebuf) in dlbindreq() function
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | if.c | 76 void dlbindreq(int fd, u_long sap, u_long max_conind, u_long service_mode, u_long conn_mgmt, u_long… 741 dlbindreq(fd, type, 0, DL_CLDLS, 0, 0); in openInterface() 865 void dlbindreq(int fd, u_long sap, u_long max_conind, u_long service_mode, u_long conn_mgmt, u_long… in dlbindreq() function
|