Home
last modified time | relevance | path

Searched refs:rth2 (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/ip/
Dipaddrlabel.c188 struct rtnl_handle rth2; in flush_addrlabel() local
203 if (rtnl_open(&rth2, 0) < 0) in flush_addrlabel()
206 if (rtnl_talk(&rth2, n, NULL, 0) < 0) in flush_addrlabel()
209 rtnl_close(&rth2); in flush_addrlabel()
Diprule.c378 struct rtnl_handle rth2; in flush_rule() local
393 if (rtnl_open(&rth2, 0) < 0) in flush_rule()
396 if (rtnl_talk(&rth2, n, NULL, 0) < 0) in flush_rule()
399 rtnl_close(&rth2); in flush_rule()
/external/iproute2/misc/
Dss.c2662 struct rtnl_handle rth, rth2; in inet_show_netlink() local
2670 if (rtnl_open_byproto(&rth2, 0, NETLINK_SOCK_DIAG)) { in inet_show_netlink()
2674 arg.rth = &rth2; in inet_show_netlink()