Home
last modified time | relevance | path

Searched refs:IPPROTO_RAW (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Din_proto.c162 .pr_protocol = IPPROTO_RAW,
360 SYSCTL_NODE(_net_inet, IPPROTO_RAW, raw,
H A Din.h227 #define IPPROTO_RAW 255 /* raw IP packet */ macro
H A Dip_input.c500 pr = pffindproto_locked(PF_INET, IPPROTO_RAW, SOCK_RAW); in ip_init()
518 if (pr->pr_protocol != 0 && pr->pr_protocol != IPPROTO_RAW) { in ip_init()
/xnu-8019.80.24/tests/
H A DIP6_EXTHDR_CHECK_61873584.c61 packet1.dest.ip6d_nxt = IPPROTO_RAW;
/xnu-8019.80.24/bsd/netinet6/
H A Din6_proto.c208 .pr_protocol = IPPROTO_RAW,
H A Dip6_input.c385 pr = pffindproto_locked(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6_init()
403 if (pr->pr_protocol != 0 && pr->pr_protocol != IPPROTO_RAW) { in ip6_init()
/xnu-8019.80.24/bsd/net/
H A Dpktap.c914 hdr->pth_ipproto = IPPROTO_RAW; in pktap_fill_proc_info()
925 } else if (hdr->pth_ipproto == IPPROTO_RAW) { in pktap_fill_proc_info()
H A Dcontent_filter.c563 … && so->so_proto && so->so_proto->pr_type == SOCK_RAW && so->so_proto->pr_protocol == IPPROTO_RAW)
/xnu-8019.80.24/tools/lldbmacros/
H A Dnet.py1581 elif (proto == IPPROTO_RAW):
1816 if proto == IPPROTO_RAW:
2002 print GetPcbInfo(addressof(kern.globals.ripcbinfo), IPPROTO_RAW)