Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Din6_pcb.c316 if (inp->inp_flags2 & INP2_EXTERNAL_PORT) { in in6_pcbbind()
374 !(inp->inp_flags2 & INP2_EXTERNAL_PORT)) { in in6_pcbbind()
409 (!(t->inp_flags2 & INP2_EXTERNAL_PORT) || in in6_pcbbind()
410 !(inp->inp_flags2 & INP2_EXTERNAL_PORT) || in in6_pcbbind()
431 (!(t->inp_flags2 & INP2_EXTERNAL_PORT) || in in6_pcbbind()
432 !(inp->inp_flags2 & INP2_EXTERNAL_PORT) || in in6_pcbbind()
445 !(inp->inp_flags2 & INP2_EXTERNAL_PORT)) { in in6_pcbbind()
464 (!(t->inp_flags2 & INP2_EXTERNAL_PORT) || in in6_pcbbind()
465 !(inp->inp_flags2 & INP2_EXTERNAL_PORT) || in in6_pcbbind()
486 (!(t->inp_flags2 & INP2_EXTERNAL_PORT) || in in6_pcbbind()
[all …]
H A Din6_src.c1785 !(inp->inp_flags2 & INP2_EXTERNAL_PORT)) { in in6_pcbsetport()
/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.c931 if (inp->inp_flags2 & INP2_EXTERNAL_PORT) { in in_pcbbind()
992 !(inp->inp_flags2 & INP2_EXTERNAL_PORT)) { in in_pcbbind()
1028 (!(t->inp_flags2 & INP2_EXTERNAL_PORT) || in in_pcbbind()
1029 !(inp->inp_flags2 & INP2_EXTERNAL_PORT) || in in_pcbbind()
1051 (!(t->inp_flags2 & INP2_EXTERNAL_PORT) || in in_pcbbind()
1052 !(inp->inp_flags2 & INP2_EXTERNAL_PORT) || in in_pcbbind()
1077 !(inp->inp_flags2 & INP2_EXTERNAL_PORT)) { in in_pcbbind()
1201 !(inp->inp_flags2 & INP2_EXTERNAL_PORT)) { in in_pcbbind()
1263 !(inp->inp_flags2 & INP2_EXTERNAL_PORT)) { in in_pcbbind()
2788 !(inp->inp_flags2 & INP2_EXTERNAL_PORT)) { in in_pcbinshash()
[all …]
H A Din_pcb.h859 #define INP2_EXTERNAL_PORT 0x00000400 /* The port is registered externally, for NECP l… macro
H A Dtcp_input.c2269 head_external_port = (oinp->inp_flags2 & INP2_EXTERNAL_PORT); in tcp_create_server_socket()
2426 inp->inp_flags2 |= INP2_EXTERNAL_PORT; in tcp_create_server_socket()
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket.c5426 inp->inp_flags2 |= INP2_EXTERNAL_PORT; in sosetoptlock()
6144 if (sotoinpcb(so)->inp_flags2 & INP2_EXTERNAL_PORT) { in sogetoptlock()
/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c4180 !(inp->inp_flags2 & INP2_EXTERNAL_PORT) || in necp_socket_is_allowed_to_recv_on_interface()
H A Dnecp.c10088 inp->inp_flags2 & INP2_EXTERNAL_PORT) { in necp_socket_fillout_info_locked()