Home
last modified time | relevance | path

Searched refs:IPPROTO_RAW (Results 1 – 11 of 11) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dip.d166 #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 Dsockraw.c43 if ((fd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW)) < 0) in initdevice()
/freebsd/sys/netinet/
H A Din_proto.c132 SYSCTL_NODE(_net_inet, IPPROTO_RAW, raw, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
H A Din.h126 #define IPPROTO_RAW 255 /* raw IP packet */ macro
/freebsd/usr.bin/netstat/
H A Dmain.c97 ip_stats, NULL, "ip", 1, IPPROTO_RAW },
135 ip6_stats, ip6_ifstats, "ip6", 1, IPPROTO_RAW },
/freebsd/usr.bin/procstat/
H A Dprocstat_files.c64 case IPPROTO_RAW: in protocol_to_string()
/freebsd/sys/netgraph/
H A Dng_ksocket.c146 { "raw", IPPROTO_RAW, PF_INET },
158 { "raw6", IPPROTO_RAW, PF_INET6 },
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c523 else if ((sndsock = socket(AF_INET, SOCK_RAW, IPPROTO_RAW)) < 0) in main()
/freebsd/sbin/ipfw/
H A Dipfw2.c645 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 Dalias_db.c2358 la->fireWallFD = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in InitPunchFW()
/freebsd/sys/compat/linux/
H A Dlinux_socket.c925 && (args->protocol == IPPROTO_RAW || args->protocol == 0) in linux_socket()