Searched refs:SAFE_IOCTL_ (Results 1 – 2 of 2) sorted by relevance
/external/ltp/lib/ |
D | tst_netdevice.c | 58 ret = SAFE_IOCTL_(file, lineno, sock, SIOCGIFINDEX, &ifr); in tst_netdev_index_by_name() 82 ret = SAFE_IOCTL_(file, lineno, sock, SIOCGIFFLAGS, &ifr); in tst_netdev_set_state() 94 ret = SAFE_IOCTL_(file, lineno, sock, SIOCSIFFLAGS, &ifr); in tst_netdev_set_state()
|
/external/ltp/include/ |
D | tst_safe_macros.h | 242 #define SAFE_IOCTL_(file, lineno, fd, request, ...) \ macro 250 SAFE_IOCTL_(__FILE__, __LINE__, (fd), (request), ##__VA_ARGS__)
|