tag | line | file | source code |
---|---|---|---|
lapt | 392 | net/inet/arp.c | struct arp_table **lapt; |
lapt | 406 | net/inet/arp.c | lapt = &arp_tables[hash]; |
lapt | 407 | net/inet/arp.c | while ((apt = *lapt) != NULL) { |
lapt | 409 | net/inet/arp.c | *lapt = apt->next; |
lapt | 416 | net/inet/arp.c | lapt = &apt->next; |