OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l_bytes
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/memcheck/tests/
leak.h
5
long L0_bytes = 0,
L_bytes
= 0, L0_blocks = 0, L_blocks = 0; \
22
VALGRIND_COUNT_LEAKS(
L_bytes
, D_bytes, R_bytes, S_bytes ); \
24
L_bytes
-= L0_bytes; L_blocks -= L0_blocks; \
35
L_bytes
,L_blocks); \
/external/ipsec-tools/src/libipsec/
pfkey.c
1397
sa_parms->l_alloc, sa_parms->
l_bytes
,
1404
sa_parms->l_alloc, sa_parms->
l_bytes
,
[
all
...]
libpfkey.h
82
u_int32_t
l_bytes
;
member in struct:pfkey_send_sa_args
/external/ipsec-tools/src/racoon/
backupsa.c
78
* l_alloc
l_bytes
l_addtime l_usetime seq keymat
156
(unsigned long long)sa_args->
l_bytes
,
279
GETNEXTNUM(sa_args.
l_bytes
, strtouq);
pfkey.c
1095
sa_args.
l_bytes
= iph2->approval->lifebyte * 1024,
1097
sa_args.
l_bytes
= 0;
1151
sa_args.
l_bytes
= iph2->approval->lifebyte * 1024;
1383
sa_args.
l_bytes
= iph2->approval->lifebyte * 1024,
1385
sa_args.
l_bytes
= 0;
[
all
...]
Completed in 112 milliseconds