Home
last modified time | relevance | path

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

/NextBSD/lib/libc/net/
HDrthdr.c89 rthdr->ip6r_type = IPV6_RTHDR_TYPE_0; in inet6_rthdr_init()
104 switch (rthdr->ip6r_type) { in inet6_rthdr_add()
146 switch (rthdr->ip6r_type) { in inet6_rthdr_lasthop()
192 switch (rthdr->ip6r_type) { in inet6_rthdr_segments()
215 switch (rthdr->ip6r_type) { in inet6_rthdr_getaddr()
245 switch (rthdr->ip6r_type) { in inet6_rthdr_getflags()
324 switch (rth->ip6r_type) { in inet6_rth_add()
348 switch (rth_in->ip6r_type) { in inet6_rth_reverse()
390 switch (rh->ip6r_type) { in inet6_rth_segments()
415 switch (rh->ip6r_type) { in inet6_rth_getaddr()
/NextBSD/sys/netinet6/
HDroute6.c97 switch (rh->ip6r_type) { in route6_input()
106 (caddr_t)&rh->ip6r_type - (caddr_t)ip6); in route6_input()
HDicmp6.c1035 rth->ip6r_type == IPV6_RTHDR_TYPE_0) { in icmp6_notify_error()
HDip6_output.c2901 switch (rth->ip6r_type) { in ip6_setpktopt()
/NextBSD/contrib/tcpdump/
HDprint-rt6.c58 ND_PRINT((ndo, ", type=%d", dp->ip6r_type)); in rt6_print()
61 switch (dp->ip6r_type) { in rt6_print()
HDip6.h170 uint8_t ip6r_type; /* routing type */ member
/NextBSD/sys/netinet/
HDip6.h217 u_int8_t ip6r_type; /* routing type */ member
/NextBSD/tools/regression/netinet6/inet6_rth/
HDinet6_rth-segments.c151 ((struct ip6_rthdr *)buf)->ip6r_type = ~IPV6_RTHDR_TYPE_0; in test_rth_segments()
/NextBSD/sys/netpfil/ipfw/
HDip_fw2.c1077 switch (((struct ip6_rthdr *)ulp)->ip6r_type) { in ipfw_chk()
1089 ulp)->ip6r_type); in ipfw_chk()
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_compat.h1485 u_char ip6r_type; /* always zero */ member
HDfil.c782 switch (hdr->ip6r_type)
/NextBSD/sbin/ping6/
HDping6.c1872 rh->ip6r_len, (rh->ip6r_len + 1) << 3, rh->ip6r_type); in pr_rthdr()
/NextBSD/sys/netpfil/pf/
HDpf.c6287 if (rthdr.ip6r_type == IPV6_RTHDR_TYPE_0) { in pf_test6()