OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfnl_ct_get_dst_port
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/netfilter/
ct.h
100
extern uint16_t
nfnl_ct_get_dst_port
(const struct nfnl_ct *, int);
/external/libnl/lib/netfilter/
ct_obj.c
146
orig_dport =
nfnl_ct_get_dst_port
(ct, 0);
152
reply_dport =
nfnl_ct_get_dst_port
(ct, 1);
652
uint16_t
nfnl_ct_get_dst_port
(const struct nfnl_ct *ct, int repl)
function
ct.c
427
htons(
nfnl_ct_get_dst_port
(ct, repl)));
Completed in 87 milliseconds