OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfnl_ct_get_src_port
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/netfilter/
ct.h
96
extern uint16_t
nfnl_ct_get_src_port
(const struct nfnl_ct *, int);
/external/libnl/lib/netfilter/
ct_obj.c
143
orig_sport =
nfnl_ct_get_src_port
(ct, 0);
149
reply_sport =
nfnl_ct_get_src_port
(ct, 1);
630
uint16_t
nfnl_ct_get_src_port
(const struct nfnl_ct *ct, int repl)
function
ct.c
423
htons(
nfnl_ct_get_src_port
(ct, repl)));
Completed in 597 milliseconds