OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reply_dst
(Results
1 - 1
of
1
) sorted by null
/external/libnl/lib/netfilter/
ct_obj.c
133
struct nl_addr *orig_src, *orig_dst, *reply_src, *
reply_dst
;
local
140
reply_dst
= nfnl_ct_get_dst(ct, 1);
154
if (orig_src && orig_dst && reply_src &&
reply_dst
&&
156
!nl_addr_cmp(orig_src,
reply_dst
) &&
168
dump_addr(p,
reply_dst
, reply_dport);
Completed in 29 milliseconds