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

  /external/libnl/src/
nf-ct-add.c 70 ARG_REPLY_DPORT,
88 { "reply-dport", 1, 0, ARG_REPLY_DPORT },
116 case ARG_REPLY_DPORT: nl_cli_ct_parse_dst_port(ct, 1, optarg); break;
nf-ct-list.c 72 ARG_REPLY_DPORT,
91 { "reply-dport", 1, 0, ARG_REPLY_DPORT },
120 case ARG_REPLY_DPORT: nl_cli_ct_parse_dst_port(ct, 1, optarg); break;

Completed in 198 milliseconds