Searched refs:rth2 (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/ip/ |
D | ipaddrlabel.c | 194 struct rtnl_handle rth2; in flush_addrlabel() local 209 if (rtnl_open(&rth2, 0) < 0) in flush_addrlabel() 212 if (rtnl_talk(&rth2, n, NULL, 0) < 0) in flush_addrlabel() 215 rtnl_close(&rth2); in flush_addrlabel()
|
D | iprule.c | 492 struct rtnl_handle rth2; in flush_rule() local 507 if (rtnl_open(&rth2, 0) < 0) in flush_rule() 510 if (rtnl_talk(&rth2, n, NULL, 0) < 0) in flush_rule() 513 rtnl_close(&rth2); in flush_rule()
|
/external/iproute2/misc/ |
D | ss.c | 2297 struct rtnl_handle rth, rth2; in inet_show_netlink() local 2305 if (rtnl_open_byproto(&rth2, 0, NETLINK_SOCK_DIAG)) { in inet_show_netlink() 2309 arg.rth = &rth2; in inet_show_netlink()
|