OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expires_max
(Results
51 - 52
of
52
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_conntrack.h
60
unsigned long expires_min,
expires_max
;
member in struct:xt_conntrack_info
/external/iptables/extensions/
libxt_conntrack.c
43
unsigned long expires_min,
expires_max
;
member in struct:xt_conntrack_info
349
sinfo->
expires_max
= cb->val.u32_range[0];
351
sinfo->
expires_max
= cb->val.u32_range[1];
417
info->
expires_max
= cb->val.u32_range[0];
419
info->
expires_max
= cb->val.u32_range[1];
730
if (sinfo->
expires_max
== sinfo->expires_min)
733
printf("%lu:%lu", sinfo->expires_min, sinfo->
expires_max
);
848
if (info->
expires_max
== info->expires_min)
852
(unsigned int)info->
expires_max
);
Completed in 84 milliseconds
1
2
3