Searched refs:xarpreq (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | sockio.h | 249 #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 D | arp.c | 220 struct xarpreq ar; in set() 300 struct xarpreq ar; in get() 368 struct xarpreq ar; in delete()
|
H A D | in.rarpd.c | 665 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 D | if_arp.h | 77 struct xarpreq { struct
|
/titanic_44/usr/src/cmd/hal/addons/network-devices/ |
H A D | common.c | 119 struct xarpreq ar; in pseudo_serialno_from_addr()
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_name_service.c | 356 struct xarpreq ar; in dapls_ns_lookup_v4()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2664 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 D | ip_if.c | 8178 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 D | ip.c | 1067 /* 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,
|