Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Din_proto.c212 .pr_protocol = IPPROTO_RAW,
H A Din.h104 #define IPPROTO_RAW 255 /* raw IP packet */ macro
H A Dip_input.c192 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ip_init()
200 pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW && in ip_init()
/openbsd/sys/netinet6/
H A Din6_proto.c160 .pr_protocol = IPPROTO_RAW,
H A Dip6_input.c145 pr = pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6_init()
153 pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW && in ip6_init()
/openbsd/usr.bin/netstat/
H A Dinet6.c835 int mib[] = { CTL_NET, PF_INET6, IPPROTO_RAW, RIPV6CTL_STATS }; in rip6_stats()
/openbsd/usr.sbin/traceroute/
H A Dtraceroute.c369 else if ((sndsock4 = socket(AF_INET, SOCK_RAW, IPPROTO_RAW)) == -1) in main()