SIOCGXARP
if (myioctl(s, SIOCGXARP, &req) < 0) {
if (ioctl(s, SIOCGXARP, (caddr_t)&ar) < 0) {
(void) ioctl(sd, SIOCGXARP, (caddr_t)&ar);
{ (uint_t)SIOCGXARP, "SIOCGXARP", "xarpreq" }, /* 167 */
if (ioctl(s, SIOCGXARP, (caddr_t)&ar) < 0) {
/* 167 */ { SIOCGXARP, sizeof (struct xarpreq), IPI_GET_CMD,
if (ipip->ipi_cmd != SIOCGARP && ipip->ipi_cmd != SIOCGXARP)
case SIOCGXARP:
ASSERT(iocp->ioc_cmd == SIOCGXARP || iocp->ioc_cmd == SIOCGARP);
if ((iocp->ioc_cmd == SIOCGXARP) ||