HomeSort by: relevance | last modified time | path
    Searched refs:ifr_ifindex (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/net/can/
h_canutils.c 175 ATF_CHECK_MSG(ifr.ifr_ifindex > 0, "%s index is %d (not > 0)",
176 ifname, ifr.ifr_ifindex);
179 sa.can_ifindex = ifr.ifr_ifindex;
184 return ifr.ifr_ifindex;
t_can.c 297 ATF_CHECK_MSG(ifr.ifr_ifindex > 0, "%s index is %d (not > 0)",
298 ifname, ifr.ifr_ifindex);
301 sa.can_ifindex = ifr.ifr_ifindex;
360 ATF_CHECK_MSG(ifr.ifr_ifindex > 0, "%s index is %d (not > 0)",
361 ifname, ifr.ifr_ifindex);
364 sa.can_ifindex = ifr.ifr_ifindex;
  /src/sys/net/
if.h 879 #define ifr_ifindex ifr_index /* interface index, linux */ macro

Completed in 14 milliseconds