Home
last modified time | relevance | path

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

/external/libnl/src/lib/
Droute.c94 void nl_cli_route_parse_metric(struct rtnl_route *route, char *subopts) in nl_cli_route_parse_metric() argument
116 while (*subopts != '\0') { in nl_cli_route_parse_metric()
117 int ret = getsubopt(&subopts, tokens, &arg); in nl_cli_route_parse_metric()
137 void nl_cli_route_parse_nexthop(struct rtnl_route *route, char *subopts, in nl_cli_route_parse_nexthop() argument
160 while (*subopts != '\0') { in nl_cli_route_parse_nexthop()
161 int ret = getsubopt(&subopts, tokens, &arg); in nl_cli_route_parse_nexthop()