Searched refs:SS_PRIV (Results 1 – 11 of 11) sorted by relevance
110 if ((inp->inp_socket->so_state & SS_PRIV) != 0) in udp6_output()
405 if ((so->so_state & SS_PRIV) != 0) in rip6_output()602 if ((so->so_state & SS_PRIV) == 0) in rip6_attach()
280 if ((so->so_state & SS_PRIV) == 0) in divert6_attach()
202 if ((so->so_state & SS_PRIV) != 0) in in6_control()
1077 privileged = (inp->inp_socket->so_state & SS_PRIV); in ip6_ctloutput()
272 if ((so->so_state & SS_PRIV) == 0) in divert_attach()
484 if ((so->so_state & SS_PRIV) == 0) in rip_attach()
205 if ((so->so_state & SS_PRIV) != 0) in in_control()
197 #define SS_PRIV 0x080 /* privileged for broadcast, raw... */ macro
275 if ((so->so_state & SS_PRIV) == 0) in pfkeyv2_attach()
201 so->so_state = SS_PRIV; in socreate()