Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c172 int must_do_on_close; /* stuff we must do when we close */ member
1398 if (pb->must_do_on_close != 0) { in pcap_cleanup_bpf()
1404 if (pb->must_do_on_close & MUST_CLEAR_RFMON) { in pcap_cleanup_bpf()
1458 if (pb->must_do_on_close & MUST_DESTROY_USBUS) { in pcap_cleanup_bpf()
1477 pb->must_do_on_close = 0; in pcap_cleanup_bpf()
1892 pb->must_do_on_close |= MUST_DESTROY_USBUS;
2813 pb->must_do_on_close |= MUST_CLEAR_RFMON;
Dpcap-linux.c308 int must_do_on_close; /* stuff we must do when we close */ member
969 handlep->must_do_on_close |= MUST_DELETE_MONIF;
1185 if (handlep->must_do_on_close != 0) {
1190 if (handlep->must_do_on_close & MUST_CLEAR_PROMISC) {
1230 if (handlep->must_do_on_close & MUST_DELETE_MONIF) {
1247 if (handlep->must_do_on_close & MUST_CLEAR_RFMON) {
5748 handlep->must_do_on_close |= MUST_CLEAR_RFMON;
5984 handlep->must_do_on_close |= MUST_CLEAR_RFMON;
6419 handlep->must_do_on_close |= MUST_CLEAR_PROMISC;