Home
last modified time | relevance | path

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

/third_party/libnl/src/
Dnf-ct-list.c119 case ARG_ORIG_DPORT: nl_cli_ct_parse_dst_port(ct, 0, optarg); break; in main()
123 case ARG_REPLY_DPORT: nl_cli_ct_parse_dst_port(ct, 1, optarg); break; in main()
Dnf-ct-add.c115 case ARG_ORIG_DPORT: nl_cli_ct_parse_dst_port(ct, 0, optarg); break; in main()
119 case ARG_REPLY_DPORT: nl_cli_ct_parse_dst_port(ct, 1, optarg); break; in main()
/third_party/libnl/include/netlink/cli/
Dct.h30 extern void nl_cli_ct_parse_dst_port(struct nfnl_ct *, int, char *);
/third_party/libnl/
Dlibnl-cli-3.sym27 nl_cli_ct_parse_dst_port;
/third_party/libnl/src/lib/
Dct.c111 void nl_cli_ct_parse_dst_port(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_dst_port() function