Home | History | Annotate | Download | only in libpcap

Lines Matching refs:must_do_on_close

294 	int	must_do_on_close; /* stuff we must do when we close */
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;