Searched refs:aarp_entry (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/appletalk/
H A Daarp.c20 * struct aarp_entry - AARP entry
31 struct aarp_entry { struct
41 struct aarp_entry *next;
45 static struct aarp_entry *resolved[AARP_HASH_SIZE];
46 static struct aarp_entry *unresolved[AARP_HASH_SIZE];
47 static struct aarp_entry *proxies[AARP_HASH_SIZE];
61 static void __aarp_expire(struct aarp_entry *a)
72 static void __aarp_send_query(struct aarp_entry *a)
226 static void __aarp_expire_timer(struct aarp_entry **n)
228 struct aarp_entry *
[all...]

Completed in 93 milliseconds