OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_cli_route_parse_scope
(Results
1 - 5
of
5
) sorted by null
/external/libnl/include/netlink/cli/
route.h
29
extern void
nl_cli_route_parse_scope
(struct rtnl_route *, char *);
/external/libnl/src/
nl-route-add.c
117
case ARG_SCOPE:
nl_cli_route_parse_scope
(route, optarg); break;
nl-route-list.c
117
case ARG_SCOPE:
nl_cli_route_parse_scope
(route, optarg); break;
nl-route-delete.c
150
case ARG_SCOPE: nf++;
nl_cli_route_parse_scope
(route, optarg); break;
/external/libnl/src/lib/
route.c
222
void
nl_cli_route_parse_scope
(struct rtnl_route *route, char *arg)
function
Completed in 2733 milliseconds