taglinefilesource code
resolved73net/appletalk/aarp.cstatic struct aarp_entry *resolved[AARP_HASH_SIZE], *unresolved[AARP_HASH_SIZE];
resolved357net/appletalk/aarp.caarp_expire_timer(&resolved[ct]);
resolved380net/appletalk/aarp.caarp_expire_device(&resolved[ct],ptr);
resolved506net/appletalk/aarp.ca=aarp_find_entry(resolved[hash],dev,sa);
resolved612net/appletalk/aarp.ca->next=resolved[hash];
resolved613net/appletalk/aarp.cresolved[hash]=a;
resolved837net/appletalk/aarp.cfree_entry_list(resolved[i]);