Home
last modified time | relevance | path

Searched refs:ARG_EXPECT_DPORT (Results 1 – 3 of 3) sorted by relevance

/external/libnl/src/
Dnf-exp-list.c72 ARG_EXPECT_DPORT, in main() enumerator
91 { "expect-dport", 1, 0, ARG_EXPECT_DPORT }, in main()
120 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break; in main()
Dnf-exp-delete.c80 ARG_EXPECT_DPORT, in main() enumerator
104 { "expect-dport", 1, 0, ARG_EXPECT_DPORT }, in main()
138 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break; in main()
Dnf-exp-add.c81 ARG_EXPECT_DPORT, in main() enumerator
113 { "expect-dport", 1, 0, ARG_EXPECT_DPORT }, in main()
154 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break; in main()