Home
last modified time | relevance | path

Searched refs:nl_cli_route_parse_scope (Results 1 – 6 of 6) sorted by relevance

/third_party/libnl/include/netlink/cli/
Droute.h29 extern void nl_cli_route_parse_scope(struct rtnl_route *, char *);
/third_party/libnl/
Dlibnl-cli-3.sym90 nl_cli_route_parse_scope;
/third_party/libnl/src/
Dnl-route-list.c120 case ARG_SCOPE: nl_cli_route_parse_scope(route, optarg); break; in main()
Dnl-route-add.c120 case ARG_SCOPE: nl_cli_route_parse_scope(route, optarg); break; in main()
Dnl-route-delete.c153 case ARG_SCOPE: nf++; nl_cli_route_parse_scope(route, optarg); break; in main()
/third_party/libnl/src/lib/
Droute.c241 void nl_cli_route_parse_scope(struct rtnl_route *route, char *arg) in nl_cli_route_parse_scope() function