Home
last modified time | relevance | path

Searched refs:INP_ANONPORT (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py153 INP_ANONPORT = 0x40 variable
H A Dnet.py1448 if (pcb.inp_flags & INP_ANONPORT):
/xnu-12377.41.6/bsd/netinet/
H A Dudp_log.c270 if (udp_log_bind_anon_port == 0 && (inp->inp_flags & INP_ANONPORT) != 0) { in udp_log_bind()
H A Din_pcb.h797 #define INP_ANONPORT 0x00000040 /* port chosen for user */ macro
H A Din_pcb.c1319 inp->inp_flags |= INP_ANONPORT; in in_pcbbind()
1331 inp->inp_flags &= ~INP_ANONPORT; in in_pcbbind()
4672 inp->inp_flags |= INP_ANONPORT; in in_pcbsetport()
4686 inp->inp_flags &= ~INP_ANONPORT; in in_pcbsetport()
H A Din.c2102 if (!(inp->inp_flags & INP_ANONPORT)) { in in_getconninfo()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_src.c1812 inp->inp_flags |= INP_ANONPORT; in in6_pcbsetport()
1822 inp->inp_flags &= ~INP_ANONPORT; in in6_pcbsetport()
H A Din6.c4348 if (!(in6p->in6p_flags & INP_ANONPORT)) { in in6_getconninfo()