Searched refs:IPPROTO_RAW (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/cddl/lib/libdtrace/ |
| H A D | ip.d | 168 #pragma D binding "1.5" IPPROTO_RAW 169 inline short IPPROTO_RAW = 255; variable 199 proto == IPPROTO_RAW ? "RAW" :
|
| /freebsd-13.1/sbin/ipf/ipsend/ |
| H A D | sockraw.c | 47 if ((fd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW)) < 0) in initdevice()
|
| /freebsd-13.1/sys/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() 895 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ipproto_register() 923 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
|
| /freebsd-13.1/contrib/traceroute/ |
| H A D | rip_output.c | 21 if (proto != IPPROTO_RAW) {
|
| H A D | traceroute.c | 551 else if ((sndsock = socket(AF_INET, SOCK_RAW, IPPROTO_RAW)) < 0) in main()
|
| /freebsd-13.1/sys/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,
|
| /freebsd-13.1/usr.bin/netstat/ |
| H A D | main.c | 106 ip_stats, NULL, "ip", 1, IPPROTO_RAW }, 142 ip6_stats, ip6_ifstats, "ip6", 1, IPPROTO_RAW },
|
| /freebsd-13.1/usr.bin/procstat/ |
| H A D | procstat_files.c | 67 case IPPROTO_RAW: in protocol_to_string()
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_ksocket.c | 140 { "raw", IPPROTO_RAW, PF_INET },
|
| /freebsd-13.1/sbin/ipfw/ |
| H A D | ipfw2.c | 590 ipfw_socket = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in do_cmd() 627 ipfw_socket = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in do_set3() 656 ipfw_socket = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in do_get3()
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_socket.c | 887 && (args->protocol == IPPROTO_RAW || args->protocol == 0) in linux_socket()
|
| /freebsd-13.1/sys/netinet/libalias/ |
| H A D | alias_db.c | 2304 la->fireWallFD = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in InitPunchFW()
|