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

  /external/iproute2/ip/
ipaddrlabel.c 201 struct rtnl_handle rth2; local
216 if (rtnl_open(&rth2, 0) < 0)
219 if (rtnl_talk(&rth2, n, 0, 0, NULL, NULL, NULL) < 0)
222 rtnl_close(&rth2);
iprule.c 367 struct rtnl_handle rth2; local
382 if (rtnl_open(&rth2, 0) < 0)
385 if (rtnl_talk(&rth2, n, 0, 0, NULL, NULL, NULL) < 0)
388 rtnl_close(&rth2);

Completed in 20 milliseconds