Lines Matching refs:rarpreply
104 struct rarpreply { struct
109 struct rarpreply *next; argument
112 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()
759 struct rarpreply *rrp; in do_delay_write()
791 delay_write(struct rarpdev *rdev, struct rarpreply *rrp) in delay_write()
793 struct rarpreply *trp; in delay_write()