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_entry288net/appletalk/aarp.cstatic void aarp_expire_timer(struct aarp_entry **n)
aarp_entry290net/appletalk/aarp.cstruct aarp_entry *t;
aarp_entry309net/appletalk/aarp.cstatic void aarp_kick(struct aarp_entry **n)
aarp_entry311net/appletalk/aarp.cstruct aarp_entry *t;
aarp_entry335net/appletalk/aarp.cstatic void aarp_expire_device(struct aarp_entry **n, struct device *dev)
aarp_entry337net/appletalk/aarp.cstruct aarp_entry *t;
aarp_entry394net/appletalk/aarp.cstatic struct aarp_entry *aarp_alloc(void)
aarp_entry396net/appletalk/aarp.cstruct aarp_entry *a=kmalloc(sizeof(struct aarp_entry), GFP_ATOMIC);
aarp_entry408net/appletalk/aarp.cstatic struct aarp_entry *aarp_find_entry(struct aarp_entry *list, struct device *dev, struct at_addr *sat)
aarp_entry432net/appletalk/aarp.cstruct aarp_entry *a;
aarp_entry536net/appletalk/aarp.cstatic void aarp_resolved(struct aarp_entry **list, struct aarp_entry *a, int hash)
aarp_entry567net/appletalk/aarp.cstruct aarp_entry *a;