Searched refs:nl_cli_ct_parse_dst (Results 1 – 5 of 5) sorted by relevance
/third_party/libnl/src/ |
D | nf-ct-list.c | 118 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()
|
D | nf-ct-add.c | 114 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/ |
D | ct.h | 28 extern void nl_cli_ct_parse_dst(struct nfnl_ct *, int, char *);
|
/third_party/libnl/ |
D | libnl-cli-3.sym | 26 nl_cli_ct_parse_dst;
|
/third_party/libnl/src/lib/ |
D | ct.c | 96 void nl_cli_ct_parse_dst(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_dst() function
|