Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsockios.h91 #define SIOCGARP 0x8954 /* get ARP table entry */ macro
/linux-4.1.27/net/ipv4/
Darp.c1099 case SIOCGARP: in arp_ioctl()
1130 } else if (cmd == SIOCGARP) { in arp_ioctl()
1142 case SIOCGARP: in arp_ioctl()
1148 if (cmd == SIOCGARP && !err && copy_to_user(arg, &r, sizeof(r))) in arp_ioctl()
Daf_inet.c858 case SIOCGARP: in inet_ioctl()
/linux-4.1.27/net/
Dsocket.c3144 case SIOCGARP: in compat_sock_ioctl_trans()
/linux-4.1.27/net/packet/
Daf_packet.c3672 case SIOCGARP: in packet_ioctl()