Searched refs:ifc_req (Results 1 – 2 of 2) sorted by relevance
92 + if (ioctl(s, SIOCGIFINDEX, &conf.ifc_req[i]) < 0) {96 + idx[i-k].if_index = conf.ifc_req[i].ifr_ifindex;97 + idx[i-k].if_name = conf.ifc_req[i].ifr_name;
296 #define ifc_req ifc_ifcu.ifcu_req /* array of structures */ macro