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

/freebsd-10.0-release/lib/libc/net/
H A Drthdr.c92 rthdr->ip6r_type = IPV6_RTHDR_TYPE_0;
110 switch (rthdr->ip6r_type) {
154 switch (rthdr->ip6r_type) {
203 switch (rthdr->ip6r_type) {
228 switch (rthdr->ip6r_type) {
260 switch (rthdr->ip6r_type) {
339 switch (rth->ip6r_type) {
363 switch (rth_in->ip6r_type) {
405 switch (rh->ip6r_type) {
430 switch (rh->ip6r_type) {
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-rt6.c61 printf(", type=%d", dp->ip6r_type);
64 switch (dp->ip6r_type) {
H A Dip6.h161 u_int8_t ip6r_type; /* routing type */ member in struct:ip6_rthdr
/freebsd-10.0-release/sys/netinet6/
H A Droute6.c96 switch (rh->ip6r_type) {
105 (caddr_t)&rh->ip6r_type - (caddr_t)ip6);
H A Dicmp6.c1055 rth->ip6r_type == IPV6_RTHDR_TYPE_0) {
H A Dip6_output.c2906 switch (rth->ip6r_type) {
/freebsd-10.0-release/sys/netinet/
H A Dip6.h217 u_int8_t ip6r_type; /* routing type */ member in struct:ip6_rthdr
/freebsd-10.0-release/tools/regression/netinet6/inet6_rth/
H A Dinet6_rth-segments.c151 ((struct ip6_rthdr *)buf)->ip6r_type = ~IPV6_RTHDR_TYPE_0;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c1057 switch (((struct ip6_rthdr *)ulp)->ip6r_type) {
1069 ulp)->ip6r_type);
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1472 u_char ip6r_type; /* always zero */ member in struct:ip6_routing
H A Dfil.c782 switch (hdr->ip6r_type)
/freebsd-10.0-release/sbin/ping6/
H A Dping6.c1895 rh->ip6r_len, (rh->ip6r_len + 1) << 3, rh->ip6r_type);
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf.c6087 if (rthdr.ip6r_type == IPV6_RTHDR_TYPE_0) {

Completed in 198 milliseconds