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

/freebsd-12-stable/lib/libc/net/
H A Drthdr.c90 rthdr->ip6r_type = IPV6_RTHDR_TYPE_0;
105 switch (rthdr->ip6r_type) {
147 switch (rthdr->ip6r_type) {
193 switch (rthdr->ip6r_type) {
216 switch (rthdr->ip6r_type) {
246 switch (rthdr->ip6r_type) {
325 switch (rth->ip6r_type) {
349 switch (rth_in->ip6r_type) {
391 switch (rh->ip6r_type) {
416 switch (rh->ip6r_type) {
[all...]
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-rt6.c56 ND_PRINT((ndo, ", type=%d", dp->ip6r_type));
59 switch (dp->ip6r_type) {
H A Dip6.h170 uint8_t ip6r_type; /* routing type */ member in struct:ip6_rthdr
H A Dprint-ip6.c102 switch (dp->ip6r_type) {
/freebsd-12-stable/sys/netinet6/
H A Droute6.c101 switch (rh->ip6r_type) {
110 (caddr_t)&rh->ip6r_type - (caddr_t)ip6);
H A Dicmp6.c983 rth->ip6r_type == IPV6_RTHDR_TYPE_0) {
H A Dip6_output.c3068 switch (rth->ip6r_type) {
/freebsd-12-stable/sys/netinet/
H A Dip6.h220 u_int8_t ip6r_type; /* routing type */ member in struct:ip6_rthdr
/freebsd-12-stable/tools/regression/netinet6/inet6_rth/
H A Dinet6_rth-segments.c151 ((struct ip6_rthdr *)buf)->ip6r_type = ~IPV6_RTHDR_TYPE_0;
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1251 u_char ip6r_type; /* always zero */ member in struct:ip6_routing
H A Dfil.c747 switch (hdr->ip6r_type)
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1549 switch (((struct ip6_rthdr *)ulp)->ip6r_type) {
1561 ulp)->ip6r_type);
/freebsd-12-stable/sbin/ping6/
H A Dping6.c1946 rh->ip6r_len, (rh->ip6r_len + 1) << 3, rh->ip6r_type);
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf.c6526 if (rthdr.ip6r_type == IPV6_RTHDR_TYPE_0) {

Completed in 305 milliseconds