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

/external/libpcap/
H A Dpcap-bpf.c171 int must_do_on_close; /* stuff we must do when we close */ member in struct:pcap_bpf
1284 if (pb->must_do_on_close != 0) {
1290 if (pb->must_do_on_close & MUST_CLEAR_RFMON) {
1345 pb->must_do_on_close = 0;
2432 pb->must_do_on_close |= MUST_CLEAR_RFMON;
H A Dpcap-linux.c294 int must_do_on_close; /* stuff we must do when we close */ member in struct:pcap_linux
904 handlep->must_do_on_close |= MUST_DELETE_MONIF;
1084 if (handlep->must_do_on_close != 0) {
1089 if (handlep->must_do_on_close & MUST_CLEAR_PROMISC) {
1129 if (handlep->must_do_on_close & MUST_DELETE_MONIF) {
1146 if (handlep->must_do_on_close & MUST_CLEAR_RFMON) {
5145 handlep->must_do_on_close |= MUST_CLEAR_RFMON;
5392 handlep->must_do_on_close |= MUST_CLEAR_RFMON;
5655 handlep->must_do_on_close |= MUST_CLEAR_PROMISC;

Completed in 75 milliseconds