Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Dif_nametoindex.c87 if (_ioctl(s, SIOCGIFINDEX, &ifr) != -1) { in if_nametoindex()
/f-stack/tools/compat/include/sys/
H A Dsockio.h79 #define SIOCGIFINDEX _IOWR('i', 32, struct ifreq) /* get IF index */ macro
/f-stack/freebsd/sys/
H A Dsockio.h79 #define SIOCGIFINDEX _IOWR('i', 32, struct ifreq) /* get IF index */ macro
/f-stack/lib/
H A Dff_syscall_wrapper.c329 return SIOCGIFINDEX; in linux2freebsd_ioctl()
/f-stack/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c693 if (ioctl(sockfd, SIOCGIFINDEX, &ifr) == -1) { in rte_pmd_init_internals()
/f-stack/dpdk/drivers/net/af_xdp/
H A Drte_eth_af_xdp.c1470 if (ioctl(sock, SIOCGIFINDEX, &ifr))
/f-stack/freebsd/net/
H A Dif.c2476 case SIOCGIFINDEX: in ifhwioctl()