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

  /external/libnl/src/
nf-exp-list.c 72 ARG_MASTER_SPORT,
91 { "master-sport", 1, 0, ARG_MASTER_SPORT },
120 case ARG_MASTER_SPORT: nl_cli_exp_parse_src_port(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
nf-exp-delete.c 80 ARG_MASTER_SPORT,
104 { "master-sport", 1, 0, ARG_MASTER_SPORT },
138 case ARG_MASTER_SPORT: nl_cli_exp_parse_src_port(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
nf-exp-add.c 81 ARG_MASTER_SPORT,
113 { "master-sport", 1, 0, ARG_MASTER_SPORT },
154 case ARG_MASTER_SPORT: nl_cli_exp_parse_src_port(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;

Completed in 672 milliseconds