tag | line | file | source code |
ttl | 333 | drivers/net/slhc.c | || ip->ttl != cs->cs_ip.ttl |
ttl | 90 | include/linux/ip.h | unsigned char ttl; |
ttl | 189 | net/inet/ip.c | struct device **dev, int type, struct options *opt, int len, int tos, int ttl) |
ttl | 293 | net/inet/ip.c | iph->ttl = ttl; |
ttl | 1264 | net/inet/ip.c | iph->ttl--; |
ttl | 1265 | net/inet/ip.c | if (iph->ttl <= 0) |
ttl | 77 | net/inet/ip.h | int tos,int ttl); |
ttl | 206 | net/inet/sock.h | struct options *opt, int len, int tos, int ttl); |
ttl | 1646 | net/inet/tcp.c | struct proto *prot, struct options *opt, struct device *dev, int tos, int ttl) |
ttl | 1674 | net/inet/tcp.c | sizeof(struct tcphdr),tos,ttl); |