OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARG_MASTER_DPORT
(Results
1 - 3
of
3
) sorted by null
/external/libnl/src/
nf-exp-list.c
74
ARG_MASTER_DPORT
,
93
{ "master-dport", 1, 0,
ARG_MASTER_DPORT
},
122
case
ARG_MASTER_DPORT
: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
nf-exp-delete.c
82
ARG_MASTER_DPORT
,
106
{ "master-dport", 1, 0,
ARG_MASTER_DPORT
},
140
case
ARG_MASTER_DPORT
: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
nf-exp-add.c
83
ARG_MASTER_DPORT
,
115
{ "master-dport", 1, 0,
ARG_MASTER_DPORT
},
156
case
ARG_MASTER_DPORT
: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_MASTER, optarg); break;
Completed in 53 milliseconds