Searched refs:ARG_EXPECT_DPORT (Results 1 – 3 of 3) sorted by relevance
/external/libnl/src/ |
D | nf-exp-list.c | 69 ARG_EXPECT_DPORT, in main() enumerator 88 { "expect-dport", 1, 0, ARG_EXPECT_DPORT }, in main() 117 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break; in main()
|
D | nf-exp-delete.c | 77 ARG_EXPECT_DPORT, in main() enumerator 101 { "expect-dport", 1, 0, ARG_EXPECT_DPORT }, in main() 135 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break; in main()
|
D | nf-exp-add.c | 78 ARG_EXPECT_DPORT, in main() enumerator 110 { "expect-dport", 1, 0, ARG_EXPECT_DPORT }, in main() 151 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break; in main()
|