Searched defs:ARG_PRIORITY (Results 1 - 3 of 3) sorted by relevance

/external/libnl/src/
H A Dnl-route-add.c76 ARG_PRIORITY, enumerator in enum:__anon24521
93 { "priority", 1, 0, ARG_PRIORITY },
116 case ARG_PRIORITY: nl_cli_route_parse_prio(route, optarg); break;
H A Dnl-route-list.c74 ARG_PRIORITY, enumerator in enum:__anon24523
92 { "priority", 1, 0, ARG_PRIORITY },
116 case ARG_PRIORITY: nl_cli_route_parse_prio(route, optarg); break;
H A Dnl-route-delete.c104 ARG_PRIORITY, enumerator in enum:__anon24522
124 { "priority", 1, 0, ARG_PRIORITY },
149 case ARG_PRIORITY: nf++; nl_cli_route_parse_prio(route, optarg); break;

Completed in 89 milliseconds