Searched refs:SS_PRIV (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Draw_usrreq.c209 if ((so->so_state & SS_PRIV) == 0)
H A Dndrv.c216 if ((so->so_state & SS_PRIV) == 0)
H A Drtsock.c183 error = raw_attach(so, proto); /* don't use raw_usrreqs.pru_attach, it checks for SS_PRIV */
379 if (rtm->rtm_type != RTM_GET && (so->so_state & SS_PRIV) == 0) {
/darwin-on-arm/xnu/bsd/netat/
H A Daurp_aurpd.c339 so->so_state |= SS_PRIV;
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socket.c1009 sock->so_state |= SS_PRIV;
1013 sock->so_state &= ~SS_PRIV;
H A Duipc_socket.c580 so->so_state = SS_PRIV;
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h319 #define SS_PRIV 0x0080 /* privileged for broadcast, raw... */ macro
/darwin-on-arm/xnu/bsd/netinet/
H A Din.c528 if (so != NULL && (so->so_state & SS_PRIV) == 0) {
604 if ((so->so_state & SS_PRIV) == 0) {
H A Din_tclass.c486 if ((so->so_state & SS_PRIV) == 0)
H A Draw_ip.c799 if ((so->so_state & SS_PRIV) == 0)

Completed in 150 milliseconds