xarpreq
struct xarpreq arpreq;
struct xarpreq arpreq;
struct xarpreq req;
struct xarpreq ar;
struct xarpreq ar;
struct xarpreq ar;
struct xarpreq ar;
(void) strioctl(fd, SIOCDXARP, -1, sizeof (struct xarpreq),
if (strioctl(fd, SIOCSXARP, -1, sizeof (struct xarpreq),
struct xarpreq ar;
struct xarpreq ar;
/* 166 */ { SIOCSXARP, sizeof (struct xarpreq), IPI_PRIV | IPI_WR,
/* 167 */ { SIOCGXARP, sizeof (struct xarpreq), IPI_GET_CMD,
/* 168 */ { SIOCDXARP, sizeof (struct xarpreq), IPI_PRIV | IPI_WR,
struct xarpreq *xar;
xar = (struct xarpreq *)mp->b_cont->b_cont->b_rptr;
struct xarpreq *xar;
ASSERT(MBLKL(mp1) >= sizeof (struct xarpreq));
xar = (struct xarpreq *)mp1->b_rptr;
struct xarpreq *xar;
xar = (struct xarpreq *)tmp->b_rptr;
#define SIOCSXARP _IOW('i', 166, struct xarpreq) /* set an ARP entry */
#define SIOCGXARP _IOWR('i', 167, struct xarpreq) /* get an ARP entry */
#define SIOCDXARP _IOW('i', 168, struct xarpreq) /* delete ARP entry */