tag | line | file | source code |
---|---|---|---|
lapt | 320 | net/tcp/arp.c | struct arp_table **lapt; |
lapt | 327 | net/tcp/arp.c | lapt = (struct arp_table **) &arp_table[hash]; |
lapt | 328 | net/tcp/arp.c | while ((apt = *lapt) != NULL) { |
lapt | 331 | net/tcp/arp.c | *lapt = (struct arp_table *) apt->next; |
lapt | 336 | net/tcp/arp.c | lapt = (struct arp_table **) &apt->next; |