Home
last modified time | relevance | path

Searched refs:__nl_read_num_str_file (Results 1 – 4 of 4) sorted by relevance

/third_party/libnl/lib/route/
Droute_utils.c77 return __nl_read_num_str_file(path, &add_routing_table_name); in rtnl_route_read_table_names()
123 return __nl_read_num_str_file(path, &add_proto_name); in rtnl_route_read_protocol_names()
/third_party/libnl/include/netlink-private/
Dnetlink.h121 extern int __nl_read_num_str_file(const char *path,
/third_party/libnl/
Dlibnl-3.sym12 __nl_read_num_str_file;
/third_party/libnl/lib/
Dutils.c76 int __nl_read_num_str_file(const char *path, int (*cb)(long, const char *)) in __nl_read_num_str_file() function