| version 1.156, 2002/09/11 02:41:19 |
version 1.157, 2002/09/11 02:46:43 |
| Line 1889 ip_sysctl(name, namelen, oldp, oldlenp, |
|
| Line 1889 ip_sysctl(name, namelen, oldp, oldlenp, |
|
| &hostzeroisbroadcast)); |
&hostzeroisbroadcast)); |
| #if NGIF > 0 |
#if NGIF > 0 |
| case IPCTL_GIF_TTL: |
case IPCTL_GIF_TTL: |
| return(sysctl_int(oldp, oldlenp, newp, newlen, |
return (sysctl_int(oldp, oldlenp, newp, newlen, |
| &ip_gif_ttl)); |
&ip_gif_ttl)); |
| #endif |
#endif |
| |
|
| #if NGRE > 0 |
#if NGRE > 0 |
| case IPCTL_GRE_TTL: |
case IPCTL_GRE_TTL: |
| return(sysctl_int(oldp, oldlenp, newp, newlen, |
return (sysctl_int(oldp, oldlenp, newp, newlen, |
| &ip_gre_ttl)); |
&ip_gre_ttl)); |
| #endif |
#endif |
| |
|