tag | line | file | source code |
---|---|---|---|
route | 647 | net/tcp/ip.c | opt->loose_route.route[i]=*(unsigned long *)buff; |
route | 665 | net/tcp/ip.c | opt->strict_route.route[i]=*(unsigned long *)buff; |
route | 682 | net/tcp/ip.c | opt->record_route.route[i]=*(unsigned long *)buff; |
route | 60 | net/tcp/ip.h | unsigned long route[MAX_ROUTE]; |
route | 77 | net/tcp/ip.h | struct route record_route; |
route | 78 | net/tcp/ip.h | struct route loose_route; |
route | 79 | net/tcp/ip.h | struct route strict_route; |