Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap-bpf.c204 static int monitor_mode(pcap_t *, int);
1005 ret = monitor_mode(p, 0); in pcap_can_set_rfmon_bpf()
2385 retv = monitor_mode(p, 1);
3014 monitor_mode(pcap_t *p, int set) function