OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reply_src
(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
139
reply_src
= nfnl_ct_get_src(ct, 1);
154
if (orig_src && orig_dst &&
reply_src
&& reply_dst &&
157
!nl_addr_cmp(orig_dst,
reply_src
))
166
dump_addr(p,
reply_src
, reply_sport);
Completed in 30 milliseconds