Searched refs:xarpreq (Results 1 - 10 of 10) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/net/
H A Dif_arp.h77 struct xarpreq { struct
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsockio.h253 #define SIOCSXARP _IOW('i', 166, struct xarpreq) /* set an ARP entry */
254 #define SIOCGXARP _IOWR('i', 167, struct xarpreq) /* get an ARP entry */
255 #define SIOCDXARP _IOW('i', 168, struct xarpreq) /* delete ARP entry */
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Darp.c220 struct xarpreq ar;
300 struct xarpreq ar;
368 struct xarpreq ar;
H A Din.rarpd.c665 struct xarpreq ar;
689 (void) strioctl(fd, SIOCDXARP, -1, sizeof (struct xarpreq),
691 if (strioctl(fd, SIOCSXARP, -1, sizeof (struct xarpreq),
/opensolaris-onvv-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c119 struct xarpreq ar;
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_name_service.c356 struct xarpreq ar;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2664 struct xarpreq arpreq;
2714 struct xarpreq arpreq;
2753 struct xarpreq req;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Dinterfaces.c1276 struct xarpreq arpreq;
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c8181 struct xarpreq *xar;
8200 xar = (struct xarpreq *)mp->b_cont->b_cont->b_rptr;
8425 struct xarpreq *xar;
8440 ASSERT(MBLKL(mp1) >= sizeof (struct xarpreq));
8441 xar = (struct xarpreq *)mp1->b_rptr;
9234 struct xarpreq *xar;
9246 tmp = (mp->b_cont)->b_cont; /* xarpreq/arpreq */
9250 xar = (struct xarpreq *)tmp->b_rptr;
H A Dip.c1064 /* 166 */ { SIOCSXARP, sizeof (struct xarpreq), IPI_PRIV | IPI_WR,
1066 /* 167 */ { SIOCGXARP, sizeof (struct xarpreq), IPI_GET_CMD,
1068 /* 168 */ { SIOCDXARP, sizeof (struct xarpreq), IPI_PRIV | IPI_WR,

Completed in 142 milliseconds