Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dlpi.c175 static int dlpromisconreq(int, bpf_u_int32, char *);
715 if (dlpromisconreq(p->fd, DL_PROMISC_PHYS, ebuf) < 0 || in pcap_open_live()
725 if (dlpromisconreq(p->fd, DL_PROMISC_MULTI, ebuf) < 0 || in pcap_open_live()
744 (dlpromisconreq(p->fd, DL_PROMISC_SAP, ebuf) < 0 || in pcap_open_live()
1454 dlpromisconreq(int fd, bpf_u_int32 level, char *ebuf) in dlpromisconreq() function
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c72 void dlpromisconreq( int fd, u_long level);
767 void dlpromisconreq(int fd, u_long level) in dlpromisconreq() function