taglinefilesource code
aarp_entry65net/appletalk/aarp.cstruct aarp_entry *next;    /* Next entry in chain */
aarp_entry73net/appletalk/aarp.cstatic struct aarp_entry *resolved[AARP_HASH_SIZE], *unresolved[AARP_HASH_SIZE];
aarp_entry86net/appletalk/aarp.cstatic void aarp_expire(struct aarp_entry *a)
aarp_entry99net/appletalk/aarp.cstatic void aarp_send_query(struct aarp_entry *a)
aarp_entry285net/appletalk/aarp.cstatic void aarp_expire_timer(struct aarp_entry **n)
aarp_entry287net/appletalk/aarp.cstruct aarp_entry *t;
aarp_entry306net/appletalk/aarp.cstatic void aarp_kick(struct aarp_entry **n)
aarp_entry308net/appletalk/aarp.cstruct aarp_entry *t;
aarp_entry332net/appletalk/aarp.cstatic void aarp_expire_device(struct aarp_entry **n, struct device *dev)
aarp_entry334net/appletalk/aarp.cstruct aarp_entry *t;
aarp_entry391net/appletalk/aarp.cstatic struct aarp_entry *aarp_alloc(void)
aarp_entry393net/appletalk/aarp.cstruct aarp_entry *a=kmalloc(sizeof(struct aarp_entry), GFP_ATOMIC);
aarp_entry405net/appletalk/aarp.cstatic struct aarp_entry *aarp_find_entry(struct aarp_entry *list, struct device *dev, struct at_addr *sat)
aarp_entry429net/appletalk/aarp.cstruct aarp_entry *a;
aarp_entry598net/appletalk/aarp.cstatic void aarp_resolved(struct aarp_entry **list, struct aarp_entry *a, int hash)
aarp_entry642net/appletalk/aarp.cstruct aarp_entry *a;
aarp_entry810net/appletalk/aarp.cstatic void free_entry_list(struct aarp_entry *list)
aarp_entry812net/appletalk/aarp.cstruct aarp_entry *tmp;