Home
last modified time | relevance | path

Searched refs:ip6r_type (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/netinet6/
HDroute6.c73 switch (rh->ip6r_type) { in route6_input()
82 (caddr_t)&rh->ip6r_type - (caddr_t)ip6); in route6_input()
HDip6_output.c293 switch (rh->ip6r_type) { in ip6_output()
2870 switch (rth->ip6r_type) { in ip6_setpktoption()
/dragonfly/contrib/tcpdump/
HDprint-rt6.c52 type = GET_U_1(dp->ip6r_type); in rt6_print()
HDip6.h165 nd_uint8_t ip6r_type; /* routing type */ member
HDprint-ip6.c101 switch (GET_U_1(dp->ip6r_type)) { in ip6_finddst()
/dragonfly/sys/netinet/
HDip6.h230 u_int8_t ip6r_type; /* routing type */ member
/dragonfly/sbin/ping6/
HDping6.c1686 rh->ip6r_len, (rh->ip6r_len + 1) << 3, rh->ip6r_type); in pr_rthdr()
/dragonfly/sys/net/pf/
HDpf.c6971 if (rthdr.ip6r_type == IPV6_RTHDR_TYPE_0) { in pf_test6()