Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Droute6.c101 switch (rh->ip6r_type) { in route6_input()
110 (caddr_t)&rh->ip6r_type - (caddr_t)ip6); in route6_input()
H A Dicmp6.c988 rth->ip6r_type == IPV6_RTHDR_TYPE_0) { in icmp6_notify_error()
H A Dip6_output.c3215 switch (rth->ip6r_type) { in ip6_setpktopt()
/f-stack/freebsd/netinet/
H A Dip6.h215 u_int8_t ip6r_type; /* routing type */ member
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1255 u_char ip6r_type; /* always zero */ member
H A Dfil.c749 switch (hdr->ip6r_type)
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1577 switch (((struct ip6_rthdr *)ulp)->ip6r_type) { in ipfw_chk()
1589 ulp)->ip6r_type); in ipfw_chk()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c6391 if (rthdr.ip6r_type == IPV6_RTHDR_TYPE_0) { in pf_test6()