Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h775 (((_inp)->inp_flags2 & (INP2_MANAGEMENT_ALLOWED | INP2_INTCOPROC_ALLOWED)) ? true : false)
865 #define INP2_MANAGEMENT_ALLOWED 0x00010000 /* Allow communication over a management interfa… macro
H A Din_pcb.c641 inp->inp_flags2 |= INP2_MANAGEMENT_ALLOWED; in in_pcb_check_management_entitled()
655 inp->inp_flags2 |= INP2_MANAGEMENT_ALLOWED; in in_pcb_check_management_entitled()
3362 inp->inp_flags2 |= INP2_MANAGEMENT_ALLOWED; in inp_set_management_allowed()
3372 return (inp->inp_flags2 & INP2_MANAGEMENT_ALLOWED) ? TRUE : FALSE; in inp_get_management_allowed()
3378 inp->inp_flags2 &= ~INP2_MANAGEMENT_ALLOWED; in inp_clear_management_allowed()
4403 inp->inp_flags2 |= INP2_MANAGEMENT_ALLOWED; in in_check_management_interface_proc_callout()