SIOCGARP
if (ioctl(s, SIOCGARP, &ar) < 0) {
{ (uint_t)SIOCGARP, "SIOCGARP", "arpreq" }, /* 31 */
if (ioctl(s, SIOCGARP, (caddr_t)&ar) < 0) {
if (ioctl(s, SIOCGARP, (caddr_t)&arpreq) < 0) {
/* 031 */ { SIOCGARP, sizeof (struct arpreq), IPI_GET_CMD,
if (ipip->ipi_cmd != SIOCGARP && ipip->ipi_cmd != SIOCGXARP)
case SIOCGARP:
ASSERT(iocp->ioc_cmd == SIOCGXARP || iocp->ioc_cmd == SIOCGARP);