OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:have_flag
(Results
1 - 3
of
3
) sorted by null
/external/iptables/extensions/
libip6t_ipv6header.c
235
int
have_flag
= 0;
local
242
if (
have_flag
)
246
have_flag
= 1;
251
if (!
have_flag
)
libip6t_tcp.c
283
int
have_flag
= 0;
local
290
if (
have_flag
)
293
have_flag
= 1;
298
if (!
have_flag
)
libipt_tcp.c
284
int
have_flag
= 0;
local
291
if (
have_flag
)
294
have_flag
= 1;
299
if (!
have_flag
)
Completed in 14 milliseconds