Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c202 static int monitor_mode(pcap_t *, int);
873 ret = monitor_mode(p, 0); in pcap_can_set_rfmon_bpf()
2225 retv = monitor_mode(p, 1);
2675 monitor_mode(pcap_t *p, int set) function