Searched refs:IPPROTO_RAW (Results 1 – 11 of 11) sorted by relevance
/freebsd/cddl/lib/libdtrace/ |
H A D | ip.d | 166 #pragma D binding "1.5" IPPROTO_RAW 167 inline short IPPROTO_RAW = 255; variable 197 proto == IPPROTO_RAW ? "RAW" :
|
/freebsd/sbin/ipf/ipsend/ |
H A D | sockraw.c | 43 if ((fd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW)) < 0) in initdevice()
|
/freebsd/sys/netinet/ |
H A D | in_proto.c | 132 SYSCTL_NODE(_net_inet, IPPROTO_RAW, raw, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
H A D | in.h | 126 #define IPPROTO_RAW 255 /* raw IP packet */ macro
|
/freebsd/usr.bin/netstat/ |
H A D | main.c | 97 ip_stats, NULL, "ip", 1, IPPROTO_RAW }, 135 ip6_stats, ip6_ifstats, "ip6", 1, IPPROTO_RAW },
|
/freebsd/usr.bin/procstat/ |
H A D | procstat_files.c | 64 case IPPROTO_RAW: in protocol_to_string()
|
/freebsd/sys/netgraph/ |
H A D | ng_ksocket.c | 146 { "raw", IPPROTO_RAW, PF_INET }, 158 { "raw6", IPPROTO_RAW, PF_INET6 },
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 523 else if ((sndsock = socket(AF_INET, SOCK_RAW, IPPROTO_RAW)) < 0) in main()
|
/freebsd/sbin/ipfw/ |
H A D | ipfw2.c | 645 ipfw_socket = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in do_cmd() 695 ipfw_socket = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in do_set3() 736 ipfw_socket = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in do_get3()
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_db.c | 2358 la->fireWallFD = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in InitPunchFW()
|
/freebsd/sys/compat/linux/ |
H A D | linux_socket.c | 925 && (args->protocol == IPPROTO_RAW || args->protocol == 0) in linux_socket()
|