Searched refs:SOCK_RAW (Results 1 - 20 of 20) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Din_proto.c158 .pr_type = SOCK_RAW,
168 .pr_type = SOCK_RAW,
186 .pr_type = SOCK_RAW,
197 .pr_type = SOCK_RAW,
207 .pr_type = SOCK_RAW,
218 .pr_type = SOCK_RAW,
226 .pr_type = SOCK_RAW,
234 .pr_type = SOCK_RAW,
242 .pr_type = SOCK_RAW,
253 .pr_type = SOCK_RAW,
[all...]
H A Dip_mroute.c565 if (so->so_type != SOCK_RAW ||
1929 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_RSVP)
1971 if (so->so_type != SOCK_RAW ||
2007 if (so->so_type != SOCK_RAW || so->so_proto->pr_protocol != IPPROTO_RSVP)
H A Din_tclass.c957 if ((so->so_type == SOCK_RAW &&
964 if ((so->so_type == SOCK_RAW &&
H A Draw_ip.c260 SOCK_RAW) != 0) {
316 if (mac_inpcb_check_deliver(last, m, AF_INET, SOCK_RAW) != 0) {
H A Din_mcast.c1886 * If socket is neither of type SOCK_RAW or SOCK_DGRAM,
1890 (SOCK_TYPE(inp->inp_socket) != SOCK_RAW &&
2937 * If socket is neither of type SOCK_RAW or SOCK_DGRAM,
2941 (SOCK_TYPE(inp->inp_socket) != SOCK_RAW &&
H A Dip_input.c445 pr = pffindproto_locked(PF_INET, IPPROTO_RAW, SOCK_RAW);
447 panic("%s: Unable to find [PF_INET,IPPROTO_RAW,SOCK_RAW]\n",
3157 if (so->so_type != SOCK_RAW || SOCK_PROTO(so) != IPPROTO_RSVP)
/xnu-2422.115.4/bsd/netinet6/
H A Din6_proto.c214 .pr_type = SOCK_RAW,
228 .pr_type = SOCK_RAW,
252 .pr_type = SOCK_RAW,
259 .pr_type = SOCK_RAW,
266 .pr_type = SOCK_RAW,
274 .pr_type = SOCK_RAW,
282 .pr_type = SOCK_RAW,
291 .pr_type = SOCK_RAW,
300 .pr_type = SOCK_RAW,
312 .pr_type = SOCK_RAW,
[all...]
H A Din6_mcast.c1808 * If socket is neither of type SOCK_RAW or SOCK_DGRAM,
1812 (SOCK_TYPE(inp->inp_socket) != SOCK_RAW &&
2869 * If socket is neither of type SOCK_RAW or SOCK_DGRAM,
2873 (SOCK_TYPE(inp->inp_socket) != SOCK_RAW &&
H A Dip6_mroute.c474 if (so->so_type != SOCK_RAW ||
H A Dip6_input.c298 pr = pffindproto_locked(PF_INET6, IPPROTO_RAW, SOCK_RAW);
300 panic("%s: Unable to find [PF_INET6,IPPROTO_RAW,SOCK_RAW]\n",
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_socket_type.c50 { BSM_SOCK_RAW, SOCK_RAW },
/xnu-2422.115.4/bsd/netkey/
H A Dkeysock.c524 .pr_type = SOCK_RAW,
/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c849 if (type == SOCK_RAW && pp->pr_type == SOCK_RAW &&
H A Dkern_event.c2891 .pr_type = SOCK_RAW,
/xnu-2422.115.4/bsd/net/
H A Dif_gif.c138 .pr_type = SOCK_RAW,
149 .pr_type = SOCK_RAW,
H A Dif_stf.c181 .pr_type = SOCK_RAW,
H A Dndrv.c1062 .pr_type = SOCK_RAW,
H A Drtsock.c2001 .pr_type = SOCK_RAW,
H A Ddlil.c3557 int type = SOCK_RAW;
/xnu-2422.115.4/bsd/sys/
H A Dsocket.h138 #define SOCK_RAW 3 /* raw-protocol interface */ macro

Completed in 111 milliseconds