HomeSort by relevance Sort by last modified time
    Searched refs:ARG_PRIORITY (Results 1 - 3 of 3) sorted by null

  /external/libnl/src/
nl-route-add.c 76 ARG_PRIORITY,
93 { "priority", 1, 0, ARG_PRIORITY },
116 case ARG_PRIORITY: nl_cli_route_parse_prio(route, optarg); break;
nl-route-list.c 74 ARG_PRIORITY,
92 { "priority", 1, 0, ARG_PRIORITY },
116 case ARG_PRIORITY: nl_cli_route_parse_prio(route, optarg); break;
nl-route-delete.c 104 ARG_PRIORITY,
124 { "priority", 1, 0, ARG_PRIORITY },
149 case ARG_PRIORITY: nf++; nl_cli_route_parse_prio(route, optarg); break;

Completed in 315 milliseconds