taglinefilesource code
resolved75net/appletalk/aarp.cstatic struct aarp_entry *resolved[AARP_HASH_SIZE], *unresolved[AARP_HASH_SIZE];
resolved359net/appletalk/aarp.caarp_expire_timer(&resolved[ct]);
resolved382net/appletalk/aarp.caarp_expire_device(&resolved[ct],ptr);
resolved463net/appletalk/aarp.ca=aarp_find_entry(resolved[hash],dev,sa);
resolved569net/appletalk/aarp.ca->next=resolved[hash];
resolved570net/appletalk/aarp.cresolved[hash]=a;