Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/net/
H A Draw_usrreq.c200 if ((so->so_state & SS_PRIV) == 0) { in raw_uattach()
H A Dndrv.c229 if ((so->so_state & SS_PRIV) == 0) { in ndrv_attach()
H A Drtsock.c366 if (rtm->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
/xnu-8020.140.41/bsd/kern/
H A Dkpi_socket.c1136 sock->so_state |= SS_PRIV; in sock_setpriv()
1138 sock->so_state &= ~SS_PRIV; in sock_setpriv()
H A Duipc_socket.c741 so->so_state |= SS_PRIV; in socreate_internal()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h389 #define SS_PRIV 0x0080 /* privileged for broadcast, raw... */ macro
/xnu-8020.140.41/bsd/netinet/
H A Draw_ip.c933 if ((so->so_state & SS_PRIV) == 0) { in rip_attach()
H A Din_tclass.c711 if ((so->so_state & SS_PRIV) == 0) { in so_set_tcdbg()