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

  /external/libnl/include/netlink/cli/
ct.h 27 extern void nl_cli_ct_parse_src(struct nfnl_ct *, int, char *);
  /external/libnl/src/
nf-ct-list.c 113 case ARG_ORIG_SRC: nl_cli_ct_parse_src(ct, 0, optarg); break;
117 case ARG_REPLY_SRC: nl_cli_ct_parse_src(ct, 1, optarg); break;
  /external/libnl/src/lib/
ct.c 86 void nl_cli_ct_parse_src(struct nfnl_ct *ct, int reply, char *arg) function

Completed in 246 milliseconds