OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nl_cli_ct_parse_dst_port
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/cli/
ct.h
30
extern void
nl_cli_ct_parse_dst_port
(struct nfnl_ct *, int, char *);
/external/libnl/src/
nf-ct-list.c
116
case ARG_ORIG_DPORT:
nl_cli_ct_parse_dst_port
(ct, 0, optarg); break;
120
case ARG_REPLY_DPORT:
nl_cli_ct_parse_dst_port
(ct, 1, optarg); break;
/external/libnl/src/lib/
ct.c
110
void
nl_cli_ct_parse_dst_port
(struct nfnl_ct *ct, int reply, char *arg)
function
Completed in 275 milliseconds