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

  /external/iproute2/ip/
ipaddrlabel.c 194 struct rtnl_handle rth2; local
209 if (rtnl_open(&rth2, 0) < 0)
212 if (rtnl_talk(&rth2, n, NULL, 0) < 0)
215 rtnl_close(&rth2);
iprule.c 498 struct rtnl_handle rth2; local
513 if (rtnl_open(&rth2, 0) < 0)
516 if (rtnl_talk(&rth2, n, NULL, 0) < 0)
519 rtnl_close(&rth2);
  /external/iproute2/misc/
ss.c 2297 struct rtnl_handle rth, rth2; local
    [all...]

Completed in 75 milliseconds