ifr_ifindex
ATF_CHECK_MSG(ifr.ifr_ifindex > 0, "%s index is %d (not > 0)",
ifname, ifr.ifr_ifindex);
sa.can_ifindex = ifr.ifr_ifindex;
return ifr.ifr_ifindex;
ATF_CHECK_MSG(ifr.ifr_ifindex > 0, "%s index is %d (not > 0)",
ifname, ifr.ifr_ifindex);
sa.can_ifindex = ifr.ifr_ifindex;
ATF_CHECK_MSG(ifr.ifr_ifindex > 0, "%s index is %d (not > 0)",
ifname, ifr.ifr_ifindex);
sa.can_ifindex = ifr.ifr_ifindex;