tag | line | file | source code |
---|---|---|---|
ip_mib | 122 | include/net/ip.h | extern struct ip_mib ip_statistics; |
ip_mib | 168 | net/ipv4/ip_input.c | struct ip_mib ip_statistics={1,64,}; /* Forwarding=Yes, Default TTL=64 */ |
ip_mib | 170 | net/ipv4/ip_input.c | struct ip_mib ip_statistics={2,64,}; /* Forwarding=No, Default TTL=64 */ |