tag | line | file | source code |
---|---|---|---|
ip_mib | 134 | net/inet/ip.c | struct ip_mib ip_statistics={1,64,}; /* Forwarding=Yes, Default TTL=64 */ |
ip_mib | 136 | net/inet/ip.c | struct ip_mib ip_statistics={0,64,}; /* Forwarding=No, Default TTL=64 */ |
ip_mib | 98 | net/inet/ip.h | extern struct ip_mib ip_statistics; |