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

  /external/libnl/include/netlink/cli/
ct.h 28 extern void nl_cli_ct_parse_dst(struct nfnl_ct *, int, char *);
  /external/libnl/src/
nf-ct-list.c 115 case ARG_ORIG_DST: nl_cli_ct_parse_dst(ct, 0, optarg); break;
119 case ARG_REPLY_DST: nl_cli_ct_parse_dst(ct, 1, optarg); break;
  /external/libnl/src/lib/
ct.c 95 void nl_cli_ct_parse_dst(struct nfnl_ct *ct, int reply, char *arg) function

Completed in 27 milliseconds