Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c205 static int monitor_mode(pcap_t *, int);
886 ret = monitor_mode(p, 0); in pcap_can_set_rfmon_bpf()
2244 retv = monitor_mode(p, 1);
2848 monitor_mode(pcap_t *p, int set) function