Searched refs:rth2 (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/ip/ |
D | ipaddrlabel.c | 188 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()
|
D | iprule.c | 378 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/ |
D | ss.c | 2662 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()
|