Searched refs:SIOCGARP (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libuuid/common/ |
H A D | etheraddr.c | 79 if (ioctl(s, SIOCGARP, (caddr_t)&ar) < 0) { in arp_get()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | sockio.h | 56 #define SIOCGARP _IOWR('i',31, struct arpreq) /* get arp entry */ macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sockio.h | 107 #define SIOCGARP _IOWR('i', 31, struct arpreq) /* get arp entry */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_filter.c | 2838 if (ioctl(s, SIOCGARP, &ar) < 0) { in arp_for_ether()
|
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_netbios_name.c | 1445 if (ioctl(s, SIOCGARP, (caddr_t)&arpreq) < 0) { in smb_send_node_status_response()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 793 { (uint_t)SIOCGARP, "SIOCGARP", "arpreq" },
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 8263 if (ipip->ipi_cmd != SIOCGARP && ipip->ipi_cmd != SIOCGXARP) in ip_sioctl_arp() 8324 case SIOCGARP: in ip_sioctl_arp() 9217 ASSERT(iocp->ioc_cmd == SIOCGXARP || iocp->ioc_cmd == SIOCGARP); in ip_sioctl_garp_reply()
|
H A D | ip.c | 844 /* 031 */ { SIOCGARP, sizeof (struct arpreq), IPI_GET_CMD,
|