HomeSort by relevance Sort by last modified time
    Searched refs:dlbindreq (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-dlpi.c 147 static int dlbindreq(int, bpf_u_int32, char *);
573 if ((dlbindreq(p->fd, 1537, p->errbuf) < 0 &&
574 dlbindreq(p->fd, 2, p->errbuf) < 0) ||
597 if (dlbindreq(p->fd, 0, p->errbuf) < 0 ||
869 if (dlbindreq(fd, hpsap, ebuf) < 0)
1270 dlbindreq(int fd, bpf_u_int32 sap, char *ebuf) function
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 76 void dlbindreq(int fd, u_long sap, u_long max_conind, u_long service_mode, u_long conn_mgmt, u_long xidtest);
741 dlbindreq(fd, type, 0, DL_CLDLS, 0, 0);
865 void dlbindreq(int fd, u_long sap, u_long max_conind, u_long service_mode, u_long conn_mgmt, u_long xidtest) function
885 fatalSys("dlbindreq: putmsg");

Completed in 65 milliseconds