Searched refs:rarpreply (Results 1 – 1 of 1) sorted by relevance
104 struct rarpreply { struct109 struct rarpreply *next; argument112 static struct rarpreply *delay_list;135 static void delay_write(struct rarpdev *, struct rarpreply *);573 struct rarpreply *rrp; in rarp_request()624 rrp = calloc(1, sizeof (struct rarpreply) + rdev->physaddrlen + in rarp_request()628 rrp->lldest = (uchar_t *)rrp + sizeof (struct rarpreply); in rarp_request()706 struct rarpreply *rrp; in arp_request()736 rrp = calloc(1, sizeof (struct rarpreply) + rdev->physaddrlen + in arp_request()740 rrp->lldest = (uchar_t *)rrp + sizeof (struct rarpreply); in arp_request()[all …]