Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c167 int must_do_on_close; /* stuff we must do when we close */ member
1280 if (pb->must_do_on_close != 0) { in pcap_cleanup_bpf()
1286 if (pb->must_do_on_close & MUST_CLEAR_RFMON) { in pcap_cleanup_bpf()
1341 pb->must_do_on_close = 0; in pcap_cleanup_bpf()
2457 pb->must_do_on_close |= MUST_CLEAR_RFMON;
Dpcap-linux.c299 int must_do_on_close; /* stuff we must do when we close */ member
934 handlep->must_do_on_close |= MUST_DELETE_MONIF;
1154 if (handlep->must_do_on_close != 0) {
1159 if (handlep->must_do_on_close & MUST_CLEAR_PROMISC) {
1199 if (handlep->must_do_on_close & MUST_DELETE_MONIF) {
1216 if (handlep->must_do_on_close & MUST_CLEAR_RFMON) {
5527 handlep->must_do_on_close |= MUST_CLEAR_RFMON;
5763 handlep->must_do_on_close |= MUST_CLEAR_RFMON;
6143 handlep->must_do_on_close |= MUST_CLEAR_PROMISC;