Home
last modified time | relevance | path

Searched refs:IPV6_RTHDR_TYPE_0 (Results 1 – 9 of 9) sorted by relevance

/openbsd/lib/libc/net/
H A Drthdr.c50 case IPV6_RTHDR_TYPE_0: in inet6_rth_space()
65 case IPV6_RTHDR_TYPE_0: in inet6_rth_init()
67 if (bp_len < inet6_rth_space(IPV6_RTHDR_TYPE_0, segments)) in inet6_rth_init()
73 rth0->ip6r0_type = IPV6_RTHDR_TYPE_0; in inet6_rth_init()
92 case IPV6_RTHDR_TYPE_0: in inet6_rth_add()
113 case IPV6_RTHDR_TYPE_0: in inet6_rth_reverse()
154 case IPV6_RTHDR_TYPE_0: in inet6_rth_segments()
179 case IPV6_RTHDR_TYPE_0: in inet6_rth_getaddr()
/openbsd/sys/netinet6/
H A Droute6.c69 case IPV6_RTHDR_TYPE_0: in route6_input()
H A Din6.h346 #define IPV6_RTHDR_TYPE_0 0 /* IPv6 routing header type 0 */ macro
H A Dip6_output.c351 case IPV6_RTHDR_TYPE_0: in ip6_output()
2473 case IPV6_RTHDR_TYPE_0: in ip6_setpktopt()
H A Dip6_input.c762 if (rthdr.ip6r_type == IPV6_RTHDR_TYPE_0) { in ip6_check_rh0hdr()
H A Dicmp6.c846 rth->ip6r_type == IPV6_RTHDR_TYPE_0) { in icmp6_notify_error()
/openbsd/usr.sbin/tcpdump/
H A Dprint-rt6.c74 case IPV6_RTHDR_TYPE_0: in rt6_print()
/openbsd/sys/netinet/
H A Dip_ah.c455 if (out && rh->ip6r_type == IPV6_RTHDR_TYPE_0) { in ah_massage_headers()
/openbsd/sys/net/
H A Dpf.c7161 if (rthdr.ip6r_type == IPV6_RTHDR_TYPE_0) { in pf_walk_header6()