Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dsockios.h91 #define SIOCGARP 0x8954 /* get ARP table entry */ macro
/linux-4.4.14/net/ipv4/
Darp.c1132 case SIOCGARP: in arp_ioctl()
1163 } else if (cmd == SIOCGARP) { in arp_ioctl()
1175 case SIOCGARP: in arp_ioctl()
1181 if (cmd == SIOCGARP && !err && copy_to_user(arg, &r, sizeof(r))) in arp_ioctl()
Daf_inet.c859 case SIOCGARP: in inet_ioctl()
/linux-4.4.14/net/
Dsocket.c3135 case SIOCGARP: in compat_sock_ioctl_trans()
/linux-4.4.14/net/packet/
Daf_packet.c3914 case SIOCGARP: in packet_ioctl()