Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-bpf.c174 int must_do_on_close; /* stuff we must do when we close */ member
1545 if (pb->must_do_on_close != 0) { in pcap_cleanup_bpf()
1551 if (pb->must_do_on_close & MUST_CLEAR_RFMON) { in pcap_cleanup_bpf()
1605 if (pb->must_do_on_close & MUST_DESTROY_USBUS) { in pcap_cleanup_bpf()
1624 pb->must_do_on_close = 0; in pcap_cleanup_bpf()
2040 pb->must_do_on_close |= MUST_DESTROY_USBUS;
3169 pb->must_do_on_close |= MUST_CLEAR_RFMON;
Dpcap-linux.c191 int must_do_on_close; /* stuff we must do when we close */ member
794 if (handlep->must_do_on_close != 0) { in pcap_cleanup_linux()
800 if (handlep->must_do_on_close & MUST_DELETE_MONIF) { in pcap_cleanup_linux()
4767 handlep->must_do_on_close |= MUST_DELETE_MONIF; in enter_rfmon_mode()