Searched refs:SIOCGARP (Results 1 – 25 of 25) sorted by relevance
95 #define SIOCGARP 0x8954 /* get ARP table entry */ macro
77 SIOCGARP = 35156
156 ioctl$sock_inet_SIOCGARP(fd sock_in, cmd const[SIOCGARP], arg ptr[inout, arpreq_in])
83 PyModule_AddIntMacro(m, SIOCGARP); in _init_sys_ioctl_h()
811 SIOCGARP = -0x3fdb96e1 const
1395 SIOCGARP = 0x8954 const
1670 SIOCGARP = 0x8954 const
1730 SIOCGARP = 0x8954 const
1676 SIOCGARP = 0x8954 const
1726 SIOCGARP = 0x8954 const
1669 SIOCGARP = 0x8954 const
1660 SIOCGARP = 0x8954 const
643 unsigned IOCTL_SIOCGARP = SIOCGARP;
219 _(SIOCGARP, WRITE, struct_arpreq_sz);
2296 if (ioctl(s, SIOCGARP, &req) < 0) {