OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isakmp_index
(Results
1 - 8
of
8
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_var.h
50
}
isakmp_index
;
typedef in typeref:struct:__anon19409
72
extern const char *isakmp_pindex __P((const
isakmp_index
*, const u_int32_t));
handler.h
113
isakmp_index
index;
410
isakmp_index
index;
426
extern struct ph1handle *getph1byindex __P((
isakmp_index
*));
427
extern struct ph1handle *getph1byindex0 __P((
isakmp_index
*));
isakmp_xauth.h
93
isakmp_index
index;
isakmp_inf.c
113
static void purge_isakmp_spi __P((int,
isakmp_index
*, size_t));
503
if (delete->spi_size != sizeof(
isakmp_index
)) {
511
del_ph1=getph1byindex((
isakmp_index
*)(delete + 1));
593
tlen = sizeof(*d) + sizeof(
isakmp_index
);
606
d->spi_size = sizeof(
isakmp_index
);
608
memcpy(d + 1, &iph1->index, sizeof(
isakmp_index
));
799
spisiz = sizeof(
isakmp_index
);
821
memcpy(n + 1, &iph1->index, sizeof(
isakmp_index
));
1102
isakmp_index
*spi; /*network byteorder*/
[
all
...]
racoonctl.c
213
char *pindex_isakmp __P((
isakmp_index
*));
1267
isakmp_index
*index;
1277
for (j = 0, i = 0; i < sizeof(
isakmp_index
); i++) {
[
all
...]
handler.c
105
isakmp_index
*index;
125
isakmp_index
*index;
isakmp.c
402
isakmp_index
*index = (
isakmp_index
*)isakmp;
669
isakmp_pindex((
isakmp_index
*)&isakmp->i_ck,
[
all
...]
/external/tcpdump/
isakmp.h
44
}
isakmp_index
;
typedef in typeref:struct:__anon26802
Completed in 60 milliseconds