taglinefilesource code
aarp_entry67net/appletalk/aarp.cstruct aarp_entry *next;    /* Next entry in chain */
aarp_entry75net/appletalk/aarp.cstatic struct aarp_entry *resolved[AARP_HASH_SIZE], *unresolved[AARP_HASH_SIZE];
aarp_entry88net/appletalk/aarp.cstatic void aarp_expire(struct aarp_entry *a)
aarp_entry101net/appletalk/aarp.cstatic void aarp_send_query(struct aarp_entry *a)
aarp_entry287net/appletalk/aarp.cstatic void aarp_expire_timer(struct aarp_entry **n)
aarp_entry289net/appletalk/aarp.cstruct aarp_entry *t;
aarp_entry308net/appletalk/aarp.cstatic void aarp_kick(struct aarp_entry **n)
aarp_entry310net/appletalk/aarp.cstruct aarp_entry *t;
aarp_entry334net/appletalk/aarp.cstatic void aarp_expire_device(struct aarp_entry **n, struct device *dev)
aarp_entry336net/appletalk/aarp.cstruct aarp_entry *t;
aarp_entry393net/appletalk/aarp.cstatic struct aarp_entry *aarp_alloc(void)
aarp_entry395net/appletalk/aarp.cstruct aarp_entry *a=kmalloc(sizeof(struct aarp_entry), GFP_ATOMIC);
aarp_entry407net/appletalk/aarp.cstatic struct aarp_entry *aarp_find_entry(struct aarp_entry *list, struct device *dev, struct at_addr *sat)
aarp_entry431net/appletalk/aarp.cstruct aarp_entry *a;
aarp_entry555net/appletalk/aarp.cstatic void aarp_resolved(struct aarp_entry **list, struct aarp_entry *a, int hash)
aarp_entry599net/appletalk/aarp.cstruct aarp_entry *a;