| version 1.1.2.1, 1999/06/28 06:37:05 |
version 1.1.2.2, 1999/07/06 11:03:01 |
|
|
| #endif |
#endif |
| } |
} |
| |
|
| #ifdef RADISH |
|
| #define rt6_key(r) ((struct saocaddr_in6 *)((r)->rt_radish->rd_route)) |
|
| #else |
|
| #define rt6_key(r) ((struct sockaddr_in6 *)((r)->rt_nodes->rn_key)) |
#define rt6_key(r) ((struct sockaddr_in6 *)((r)->rt_nodes->rn_key)) |
| #endif |
|
| |
|
| /* |
/* |
| * Accept the packet if the forwarding interface to the destination |
* Accept the packet if the forwarding interface to the destination |
| Line 1002 ip6_sysctl(name, namelen, oldp, oldlenp, |
|
| Line 998 ip6_sysctl(name, namelen, oldp, oldlenp, |
|
| &ip6_hdrnestlimit); |
&ip6_hdrnestlimit); |
| case IPV6CTL_DAD_COUNT: |
case IPV6CTL_DAD_COUNT: |
| return sysctl_int(oldp, oldlenp, newp, newlen, &ip6_dad_count); |
return sysctl_int(oldp, oldlenp, newp, newlen, &ip6_dad_count); |
| #ifdef MAPPED_ADDR_ENABLED |
|
| case IPV6CTL_MAPPED_ADDR: |
|
| return sysctl_int(oldp, oldlenp, newp, newlen, |
|
| &ip6_mapped_addr); |
|
| #endif /* MAPPED_ADDR_ENABLED */ |
|
| case IPV6CTL_AUTO_FLOWLABEL: |
case IPV6CTL_AUTO_FLOWLABEL: |
| return sysctl_int(oldp, oldlenp, newp, newlen, |
return sysctl_int(oldp, oldlenp, newp, newlen, |
| &ip6_auto_flowlabel); |
&ip6_auto_flowlabel); |