Home
last modified time | relevance | path

Searched refs:SIOCGARP (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsockios.h116 #define SIOCGARP 0x8954 /* get ARP table entry */ macro
/openbmc/linux/net/ipv4/
H A Darp.c1220 case SIOCGARP: in arp_ioctl()
1251 } else if (cmd == SIOCGARP) { in arp_ioctl()
1263 case SIOCGARP: in arp_ioctl()
1269 if (cmd == SIOCGARP && !err && copy_to_user(arg, &r, sizeof(r))) in arp_ioctl()
H A Daf_inet.c976 case SIOCGARP: in inet_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h373 IOCTL(SIOCGARP, IOC_R, MK_PTR(MK_STRUCT(STRUCT_arpreq))) in IOCTL()
/openbmc/linux/net/
H A Dsocket.c3508 case SIOCGARP: in compat_sock_ioctl_trans()
/openbmc/linux/net/packet/
H A Daf_packet.c4316 case SIOCGARP: in packet_ioctl()