Searched refs:IPPROTO_RAW (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | in_proto.c | 183 .pr_protocol = IPPROTO_RAW, 342 SYSCTL_NODE(_net_inet, IPPROTO_RAW, raw, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| H A D | ip_input.c | 352 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ip_init() 366 pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW) { in ip_init() 885 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ipproto_register() 913 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ipproto_unregister()
|
| H A D | in.h | 129 #define IPPROTO_RAW 255 /* raw IP packet */ macro
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 265 pr = pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6_init() 279 pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW) { in ip6_init() 308 pr = pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6proto_register() 338 pr = pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6proto_unregister()
|
| H A D | in6_proto.c | 224 .pr_protocol = IPPROTO_RAW,
|
| /f-stack/tools/netstat/ |
| H A D | main.c | 112 ip_stats, NULL, "ip", 1, IPPROTO_RAW }, 148 ip6_stats, ip6_ifstats, "ip6", 1, IPPROTO_RAW },
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in.h | 113 #define IPPROTO_RAW 255 /* raw IP packet */ macro
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | icmpecho.c | 204 case IPPROTO_RAW: /**< raw IP packet */ in ip_proto_name()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 140 { "raw", IPPROTO_RAW, PF_INET },
|
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.c | 592 ipfw_socket = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in do_cmd() 629 ipfw_socket = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in do_set3() 658 ipfw_socket = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in do_get3()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_if.c | 1488 fd = ff_socket(AF_INET, SOCK_RAW, IPPROTO_RAW);
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | alias_db.c | 2662 la->fireWallFD = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in InitPunchFW()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_bpf.c | 2600 .next_proto_id = IPPROTO_RAW, in test_ld_mbuf1_prepare()
|