HomeSort by relevance Sort by last modified time
    Searched refs:iflink (Results 1 - 3 of 3) sorted by null

  /external/iputils/
rarpd.c 48 struct iflink struct
50 struct iflink *next;
91 struct iflink *ifl;
148 ifl = (struct iflink*)malloc(sizeof(*ifl));
241 struct iflink *ifl;
349 struct iflink *ifl;
366 struct iflink *ifl;
392 struct iflink *ifl;
  /external/iproute2/bridge/
link.c 138 int iflink = rta_getattr_u32(tb[IFLA_LINK]); local
140 if (iflink == 0)
144 if_indextoname(iflink, b1));
  /external/iproute2/ip/
ipaddress.c 987 int iflink = rta_getattr_u32(tb[IFLA_LINK]); local
989 if (iflink == 0) {
993 const char *link = ll_idx_n2a(iflink, b1);
997 m_flag = ll_index_to_flags(iflink);
1120 int iflink = rta_getattr_u32(tb[IFLA_LINK]); local
1122 if (iflink == 0)
1127 "link_index", "@if%d: ", iflink);
1134 ll_idx_n2a(iflink, b1));
1135 m_flag = ll_index_to_flags(iflink);
    [all...]

Completed in 174 milliseconds