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

  /external/iproute2/ip/
ipaddrlabel.c 195 struct rtnl_handle rth2; local
210 if (rtnl_open(&rth2, 0) < 0)
213 if (rtnl_talk(&rth2, n, 0, 0, NULL) < 0)
216 rtnl_close(&rth2);
iprule.c 387 struct rtnl_handle rth2; local
402 if (rtnl_open(&rth2, 0) < 0)
405 if (rtnl_talk(&rth2, n, 0, 0, NULL) < 0)
408 rtnl_close(&rth2);

Completed in 47 milliseconds