Home
last modified time | relevance | path

Searched refs:nl_cli_ct_parse_dst (Results 1 – 5 of 5) sorted by relevance

/third_party/libnl/src/
Dnf-ct-list.c118 case ARG_ORIG_DST: nl_cli_ct_parse_dst(ct, 0, optarg); break; in main()
122 case ARG_REPLY_DST: nl_cli_ct_parse_dst(ct, 1, optarg); break; in main()
Dnf-ct-add.c114 case ARG_ORIG_DST: nl_cli_ct_parse_dst(ct, 0, optarg); break; in main()
118 case ARG_REPLY_DST: nl_cli_ct_parse_dst(ct, 1, optarg); break; in main()
/third_party/libnl/include/netlink/cli/
Dct.h28 extern void nl_cli_ct_parse_dst(struct nfnl_ct *, int, char *);
/third_party/libnl/
Dlibnl-cli-3.sym26 nl_cli_ct_parse_dst;
/third_party/libnl/src/lib/
Dct.c96 void nl_cli_ct_parse_dst(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_dst() function