tag | line | file | source code |
---|---|---|---|
resolved | 75 | net/appletalk/aarp.c | static struct aarp_entry *resolved[AARP_HASH_SIZE], *unresolved[AARP_HASH_SIZE]; |
resolved | 359 | net/appletalk/aarp.c | aarp_expire_timer(&resolved[ct]); |
resolved | 382 | net/appletalk/aarp.c | aarp_expire_device(&resolved[ct],ptr); |
resolved | 463 | net/appletalk/aarp.c | a=aarp_find_entry(resolved[hash],dev,sa); |
resolved | 569 | net/appletalk/aarp.c | a->next=resolved[hash]; |
resolved | 570 | net/appletalk/aarp.c | resolved[hash]=a; |