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.c69 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()
Dnf-exp-delete.c77 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()
Dnf-exp-add.c78 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()