Searched refs:INP_ANONPORT (Results 1 – 8 of 8) sorted by relevance
153 INP_ANONPORT = 0x40 variable
1448 if (pcb.inp_flags & INP_ANONPORT):
270 if (udp_log_bind_anon_port == 0 && (inp->inp_flags & INP_ANONPORT) != 0) { in udp_log_bind()
797 #define INP_ANONPORT 0x00000040 /* port chosen for user */ macro
1319 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()
2102 if (!(inp->inp_flags & INP_ANONPORT)) { in in_getconninfo()
1812 inp->inp_flags |= INP_ANONPORT; in in6_pcbsetport()1822 inp->inp_flags &= ~INP_ANONPORT; in in6_pcbsetport()
4348 if (!(in6p->in6p_flags & INP_ANONPORT)) { in in6_getconninfo()