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

  /external/libnl/src/
nl-cls-add.c 57 ARG_PROTO = 257,
67 { "proto", 1, 0, ARG_PROTO },
86 case ARG_PROTO: parse_proto(cls, optarg); break;
nl-cls-list.c 74 ARG_PROTO = 257,
84 { "proto", 1, 0, ARG_PROTO },
103 case ARG_PROTO: parse_proto(cls, optarg); break;
nl-cls-delete.c 79 ARG_PROTO = 258,
91 { "proto", 1, 0, ARG_PROTO },
111 case ARG_PROTO: nf++; parse_proto(cls, optarg); break;

Completed in 1366 milliseconds