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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-bpf.c175 int must_do_on_close; /* stuff we must do when we close */ member in struct:pcap_bpf
1417 if (pb->must_do_on_close != 0) {
1423 if (pb->must_do_on_close & MUST_CLEAR_RFMON) {
1477 if (pb->must_do_on_close & MUST_DESTROY_USBUS) {
1496 pb->must_do_on_close = 0;
1922 pb->must_do_on_close |= MUST_DESTROY_USBUS;
3006 pb->must_do_on_close |= MUST_CLEAR_RFMON;
H A Dpcap-linux.c308 int must_do_on_close; /* stuff we must do when we close */ member in struct:pcap_linux
1007 handlep->must_do_on_close |= MUST_DELETE_MONIF;
1279 if (handlep->must_do_on_close != 0) {
1284 if (handlep->must_do_on_close & MUST_CLEAR_PROMISC) {
1324 if (handlep->must_do_on_close & MUST_DELETE_MONIF) {
1341 if (handlep->must_do_on_close & MUST_CLEAR_RFMON) {
6267 handlep->must_do_on_close |= MUST_CLEAR_RFMON;
6505 handlep->must_do_on_close |= MUST_CLEAR_RFMON;
6980 handlep->must_do_on_close |= MUST_CLEAR_PROMISC;

Completed in 123 milliseconds