Searched refs:INP_ANONPORT (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py91 INP_ANONPORT = 0x40 variable
H A Dnet.py1506 if (pcb.inp_flags & INP_ANONPORT):
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h596 #define INP_ANONPORT 0x00000040 /* port chosen for user */ macro
H A Din.c2452 if (!(inp->inp_flags & INP_ANONPORT))
H A Din_pcb.c824 inp->inp_flags |= INP_ANONPORT;
/xnu-2422.115.4/bsd/netinet6/
H A Din6_src.c1236 inp->inp_flags |= INP_ANONPORT;
H A Din6.c4296 if (!(in6p->in6p_flags & INP_ANONPORT))

Completed in 42 milliseconds