Searched refs:IPPROTO_RAW (Results 1 – 11 of 11) sorted by relevance
| /xnu-11215.81.4/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 | 224 #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()
|
| H A D | in.c | 2351 case IPPROTO_RAW: in ipproto_cassert()
|
| /xnu-11215.81.4/tests/ |
| H A D | IP6_EXTHDR_CHECK_61873584.c | 61 packet1.dest.ip6d_nxt = IPPROTO_RAW;
|
| /xnu-11215.81.4/tests/skywalk/ |
| H A D | skt_mpprotons.c | 96 skt_flow_req_should_fail(AF_INET, &our_ip, &dst_ip, IPPROTO_RAW, 0, 0); in skt_protons_main()
|
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | in6_proto.c | 209 .pr_protocol = IPPROTO_RAW,
|
| H A D | ip6_input.c | 388 pr = pffindproto_locked(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6_init() 406 if (pr->pr_protocol != 0 && pr->pr_protocol != IPPROTO_RAW) { in ip6_init()
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | pktap.c | 938 hdr->pth_ipproto = IPPROTO_RAW; in pktap_fill_proc_info() 949 } else if (hdr->pth_ipproto == IPPROTO_RAW) { in pktap_fill_proc_info()
|
| H A D | content_filter.c | 566 #define IS_RAW(so) (so && SOCK_CHECK_TYPE(so, SOCK_RAW) && SOCK_CHECK_PROTO(so, IPPROTO_RAW))
|
| /xnu-11215.81.4/tools/lldbmacros/ |
| H A D | net.py | 1495 elif (proto == IPPROTO_RAW): 1779 if proto == IPPROTO_RAW: 1998 print(GetPcbInfo(addressof(kern.globals.ripcbinfo), IPPROTO_RAW))
|