tag | line | file | source code |
---|---|---|---|
resolved | 74 | 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 | 462 | net/appletalk/aarp.c | a=aarp_find_entry(resolved[hash],dev,sa); |
resolved | 545 | net/appletalk/aarp.c | a->next=resolved[hash]; |
resolved | 546 | net/appletalk/aarp.c | resolved[hash]=a; |