Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_pcb.h697 #define INP_ANONPORT 0x00000040 /* port chosen for user */ macro
/f-stack/freebsd/netinet/
H A Din_pcb.h697 #define INP_ANONPORT 0x00000040 /* port chosen for user */ macro
H A Din_pcb.c670 inp->inp_flags |= INP_ANONPORT; in in_pcbbind()
1125 inp->inp_flags |= INP_ANONPORT; in in_pcbconnect_mbuf()
3162 if (inp_flags & INP_ANONPORT) { in db_print_inpflags()
H A Dudp_usrreq.c1369 inp->inp_flags |= INP_ANONPORT; in udp_output()
H A Dtcp_usrreq.c1679 inp->inp_flags |= INP_ANONPORT; in tcp_connect()
/f-stack/freebsd/netinet6/
H A Din6_src.c958 inp->inp_flags |= INP_ANONPORT; in in6_pcbsetport()
/f-stack/tools/netstat/
H A Dinet.c458 } else if (inp->inp_flags & INP_ANONPORT) { in protopr()