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