Home
last modified time | relevance | path

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

/freebsd/lib/libc/net/
H A Drthdr.c87 rthdr->ip6r_type = IPV6_RTHDR_TYPE_0; in inet6_rthdr_init()
102 switch (rthdr->ip6r_type) { in inet6_rthdr_add()
144 switch (rthdr->ip6r_type) { in inet6_rthdr_lasthop()
190 switch (rthdr->ip6r_type) { in inet6_rthdr_segments()
213 switch (rthdr->ip6r_type) { in inet6_rthdr_getaddr()
243 switch (rthdr->ip6r_type) { in inet6_rthdr_getflags()
322 switch (rth->ip6r_type) { in inet6_rth_add()
346 switch (rth_in->ip6r_type) { in inet6_rth_reverse()
388 switch (rh->ip6r_type) { in inet6_rth_segments()
413 switch (rh->ip6r_type) { in inet6_rth_getaddr()
/freebsd/sys/netinet6/
H A Droute6.c99 switch (rh->ip6r_type) { in route6_input()
108 (caddr_t)&rh->ip6r_type - (caddr_t)ip6); in route6_input()
H A Dicmp6.c1009 rth->ip6r_type == IPV6_RTHDR_TYPE_0) { in icmp6_notify_error()
H A Dip6_output.c3200 switch (rth->ip6r_type) { in ip6_setpktopt()
/freebsd/contrib/tcpdump/
H A Dprint-rt6.c52 type = GET_U_1(dp->ip6r_type); in rt6_print()
H A Dip6.h165 nd_uint8_t ip6r_type; /* routing type */ member
H A Dprint-ip6.c101 switch (GET_U_1(dp->ip6r_type)) { in ip6_finddst()
/freebsd/sys/netinet/
H A Dip6.h218 u_int8_t ip6r_type; /* routing type */ member
/freebsd/tools/regression/netinet6/inet6_rth/
H A Dinet6_rth-segments.c148 ((struct ip6_rthdr *)buf)->ip6r_type = ~IPV6_RTHDR_TYPE_0; in test_rth_segments()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h1230 u_char ip6r_type; /* always zero */ member
H A Dfil.c733 switch (hdr->ip6r_type) in ipf_pr_routing6()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1611 switch (((struct ip6_rthdr *)ulp)->ip6r_type) { in ipfw_chk()
1623 ulp)->ip6r_type); in ipfw_chk()
/freebsd/sbin/ping/
H A Dping6.c1925 rh->ip6r_len, (rh->ip6r_len + 1) << 3, rh->ip6r_type); in pr_rthdr()
/freebsd/sys/netpfil/pf/
H A Dpf.c8725 if (rthdr.ip6r_type == IPV6_RTHDR_TYPE_0) { in pf_test6()