Searched refs:_ioctl (Results 1 – 1 of 1) sorted by relevance
52 #define _ioctl(a, b, c) ioctl((a), (b), (c)) macro87 if (_ioctl(s, SIOCGIFINDEX, &ifr) != -1) { in if_nametoindex()