Searched refs:SIOCGARP (Results 1 – 5 of 5) sorted by relevance
94 #define SIOCGARP 0x8954 /* get ARP table entry */ macro
83 PyModule_AddIntMacro(m, SIOCGARP); in _init_sys_ioctl_h()
643 unsigned IOCTL_SIOCGARP = SIOCGARP;
219 _(SIOCGARP, WRITE, struct_arpreq_sz);
2296 if (ioctl(s, SIOCGARP, &req) < 0) {