Lines Matching defs:rarpreply
104 struct rarpreply {
109 struct rarpreply *next;
112 static struct rarpreply *delay_list;
135 static void delay_write(struct rarpdev *, struct rarpreply *);
573 struct rarpreply *rrp;
624 rrp = calloc(1, sizeof (struct rarpreply) + rdev->physaddrlen +
628 rrp->lldest = (uchar_t *)rrp + sizeof (struct rarpreply);
632 * Create rarpreply structure.
706 struct rarpreply *rrp;
736 rrp = calloc(1, sizeof (struct rarpreply) + rdev->physaddrlen +
740 rrp->lldest = (uchar_t *)rrp + sizeof (struct rarpreply);
759 struct rarpreply *rrp;
791 delay_write(struct rarpdev *rdev, struct rarpreply *rrp)
793 struct rarpreply *trp;