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

  /external/libnl/src/
nf-exp-list.c 69 ARG_EXPECT_DPORT,
88 { "expect-dport", 1, 0, ARG_EXPECT_DPORT },
117 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
nf-exp-delete.c 77 ARG_EXPECT_DPORT,
101 { "expect-dport", 1, 0, ARG_EXPECT_DPORT },
135 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;
nf-exp-add.c 78 ARG_EXPECT_DPORT,
110 { "expect-dport", 1, 0, ARG_EXPECT_DPORT },
151 case ARG_EXPECT_DPORT: nl_cli_exp_parse_dst_port(exp, NFNL_EXP_TUPLE_EXPECT, optarg); break;

Completed in 1259 milliseconds