Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Din_proto.c162 .pr_protocol = IPPROTO_RAW,
360 SYSCTL_NODE(_net_inet, IPPROTO_RAW, raw,
H A Din.h224 #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()
H A Din.c2892 case IPPROTO_RAW: in ipproto_cassert()
/xnu-8792.61.2/tests/
H A DIP6_EXTHDR_CHECK_61873584.c61 packet1.dest.ip6d_nxt = IPPROTO_RAW;
/xnu-8792.61.2/bsd/netinet6/
H A Din6_proto.c208 .pr_protocol = IPPROTO_RAW,
H A Dip6_input.c386 pr = pffindproto_locked(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6_init()
404 if (pr->pr_protocol != 0 && pr->pr_protocol != IPPROTO_RAW) { in ip6_init()
/xnu-8792.61.2/bsd/net/
H A Dpktap.c909 hdr->pth_ipproto = IPPROTO_RAW; in pktap_fill_proc_info()
920 } else if (hdr->pth_ipproto == IPPROTO_RAW) { in pktap_fill_proc_info()
H A Dcontent_filter.c560 … && so->so_proto && so->so_proto->pr_type == SOCK_RAW && so->so_proto->pr_protocol == IPPROTO_RAW)
/xnu-8792.61.2/tools/lldbmacros/
H A Dnet.py1594 elif (proto == IPPROTO_RAW):
1829 if proto == IPPROTO_RAW:
2048 print(GetPcbInfo(addressof(kern.globals.ripcbinfo), IPPROTO_RAW))