Searched refs:IPPROTO_RAW (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | in_proto.c | 162 .pr_protocol = IPPROTO_RAW, 360 SYSCTL_NODE(_net_inet, IPPROTO_RAW, raw,
|
| H A D | in.h | 227 #define IPPROTO_RAW 255 /* raw IP packet */ macro
|
| H A D | ip_input.c | 500 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 D | IP6_EXTHDR_CHECK_61873584.c | 61 packet1.dest.ip6d_nxt = IPPROTO_RAW;
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | in6_proto.c | 208 .pr_protocol = IPPROTO_RAW,
|
| H A D | ip6_input.c | 385 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 D | pktap.c | 914 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 D | content_filter.c | 563 … && 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 D | net.py | 1581 elif (proto == IPPROTO_RAW): 1816 if proto == IPPROTO_RAW: 2002 print GetPcbInfo(addressof(kern.globals.ripcbinfo), IPPROTO_RAW)
|