arp_request
static void arp_request(struct rarpdev *, struct arphdr *, uchar_t *);
arp_request(rdev, ans, shost);
ms = arp_request(ncec, sender4, src_ill);
dropped = (arp_request(ncec, sender4, src_ill) == 0);
dropped = (arp_request(ncec, sender4,
extern int arp_request(ncec_t *, in_addr_t, ill_t *);