Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Dif_nametoindex.c52 #define _ioctl(a, b, c) ioctl((a), (b), (c)) macro
87 if (_ioctl(s, SIOCGIFINDEX, &ifr) != -1) { in if_nametoindex()