| version 1.114.4.6, 2001/04/24 22:21:20 |
version 1.114.4.7, 2002/02/26 20:57:03 |
|
|
| /* just for gif_ttl */ |
/* just for gif_ttl */ |
| #include <netinet/in_gif.h> |
#include <netinet/in_gif.h> |
| #include "gif.h" |
#include "gif.h" |
| |
#include <net/if_gre.h> |
| |
#include "gre.h" |
| |
|
| #ifdef MROUTING |
#ifdef MROUTING |
| #include <netinet/ip_mroute.h> |
#include <netinet/ip_mroute.h> |
| Line 1770 ip_sysctl(name, namelen, oldp, oldlenp, |
|
| Line 1772 ip_sysctl(name, namelen, oldp, oldlenp, |
|
| &ip_gif_ttl)); |
&ip_gif_ttl)); |
| #endif |
#endif |
| |
|
| |
#if NGRE > 0 |
| |
case IPCTL_GRE_TTL: |
| |
return(sysctl_int(oldp, oldlenp, newp, newlen, |
| |
&ip_gre_ttl)); |
| |
#endif |
| |
|
| #ifndef IPNOPRIVPORTS |
#ifndef IPNOPRIVPORTS |
| case IPCTL_LOWPORTMIN: |
case IPCTL_LOWPORTMIN: |
| old = lowportmin; |
old = lowportmin; |