OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
367
struct rtnl_handle
rth2
;
local
382
if (rtnl_open(&
rth2
, 0) < 0)
385
if (rtnl_talk(&
rth2
, n, 0, 0, NULL) < 0)
388
rtnl_close(&
rth2
);
Completed in 62 milliseconds