Home
last modified time | relevance | path

Searched refs:xarpreq (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsockio.h249 #define SIOCSXARP _IOW('i', 166, struct xarpreq) /* set an ARP entry */
250 #define SIOCGXARP _IOWR('i', 167, struct xarpreq) /* get an ARP entry */
251 #define SIOCDXARP _IOW('i', 168, struct xarpreq) /* delete ARP entry */
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Darp.c220 struct xarpreq ar; in set()
300 struct xarpreq ar; in get()
368 struct xarpreq ar; in delete()
H A Din.rarpd.c665 struct xarpreq ar; in add_arp()
689 (void) strioctl(fd, SIOCDXARP, -1, sizeof (struct xarpreq), in add_arp()
691 if (strioctl(fd, SIOCSXARP, -1, sizeof (struct xarpreq), in add_arp()
/titanic_44/usr/src/uts/common/net/
H A Dif_arp.h77 struct xarpreq { struct
/titanic_44/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c119 struct xarpreq ar; in pseudo_serialno_from_addr()
/titanic_44/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_name_service.c356 struct xarpreq ar; in dapls_ns_lookup_v4()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2664 struct xarpreq arpreq;
2714 struct xarpreq arpreq;
2753 struct xarpreq req; in get_ether_addr()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_if.c8178 struct xarpreq *xar; in ip_sioctl_arp()
8197 xar = (struct xarpreq *)mp->b_cont->b_cont->b_rptr; in ip_sioctl_arp()
8422 struct xarpreq *xar; in ip_extract_arpreq()
8437 ASSERT(MBLKL(mp1) >= sizeof (struct xarpreq)); in ip_extract_arpreq()
8438 xar = (struct xarpreq *)mp1->b_rptr; in ip_extract_arpreq()
9207 struct xarpreq *xar; in ip_sioctl_garp_reply()
9223 xar = (struct xarpreq *)tmp->b_rptr; in ip_sioctl_garp_reply()
H A Dip.c1067 /* 166 */ { SIOCSXARP, sizeof (struct xarpreq), IPI_PRIV | IPI_WR,
1069 /* 167 */ { SIOCGXARP, sizeof (struct xarpreq), IPI_GET_CMD,
1071 /* 168 */ { SIOCDXARP, sizeof (struct xarpreq), IPI_PRIV | IPI_WR,