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

/linux-master/include/uapi/linux/
H A Dsockios.h116 #define SIOCGARP 0x8954 /* get ARP table entry */ macro
/linux-master/net/ipv4/
H A Darp.c1218 case SIOCGARP:
1249 } else if (cmd == SIOCGARP) {
1261 case SIOCGARP:
1267 if (cmd == SIOCGARP && !err && copy_to_user(arg, &r, sizeof(r)))
H A Daf_inet.c977 case SIOCGARP:
/linux-master/net/packet/
H A Daf_packet.c4244 case SIOCGARP:
/linux-master/net/
H A Dsocket.c3497 case SIOCGARP:

Completed in 156 milliseconds