Searched refs:INP_RECV_ANYIF (Results 1 – 7 of 7) sorted by relevance
157 INP_RECV_ANYIF = 0x400 variable
1456 if (pcb.inp_flags & INP_RECV_ANYIF):
803 #define INP_RECV_ANYIF 0x00000400 /* don't restrict inbound iface */ macro
582 if (!(inp->inp_flags & INP_RECV_ANYIF) && in inpcb_get_if_ports_used()
4047 if (inp->inp_flags & INP_RECV_ANYIF) { in _inp_restricted_recv()4295 if (inp->inp_flags & INP_RECV_ANYIF) { in inp_update_netns_flags()
2263 head_recvanyif = (oinp->inp_flags & INP_RECV_ANYIF); in tcp_create_server_socket()2420 inp->inp_flags |= INP_RECV_ANYIF; in tcp_create_server_socket()2422 inp->inp_flags &= ~INP_RECV_ANYIF; in tcp_create_server_socket()
7789 sotoinpcb(so)->inp_flags |= INP_RECV_ANYIF; in so_set_recv_anyif()7791 sotoinpcb(so)->inp_flags &= ~INP_RECV_ANYIF; in so_set_recv_anyif()7808 ret = (sotoinpcb(so)->inp_flags & INP_RECV_ANYIF) ? 1 : 0; in so_get_recv_anyif()