Home
last modified time | relevance | path

Searched refs:num_t (Results 1 – 4 of 4) sorted by relevance

/netbsd/crypto/dist/ipsec-tools/src/racoon/
H A Dipsec_doi.c208 prop->spi_size, prop->num_t); in print_ph1proposal()
929 if (p->prop->num_t != 1) {
932 "but expected 1.\n", p->prop->num_t);
1337 int num_t; local
1347 num_t = 0;
1352 num_t++;
1478 ((struct isakmp_pl_p *)bp)->num_t = 1;
1636 ((struct isakmp_pl_p *)bp)->num_t = 1;
2676 prop->num_t = trns_num;
2923 prop->num_t = 1;
[all …]
H A Disakmp.h207 u_int8_t num_t; /* Number of Transforms */ member
H A Dproposal.c805 t->prop->spi_size, t->prop->num_t,
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-isakmp.c193 uint8_t num_t; /* Number of Transforms */ member
347 uint8_t num_t; /* Number of Transforms */ member
1090 prop.p_no, PROTOIDSTR(prop.prot_id), prop.num_t)); in ikev1_p_print()
2015 prop.num_t, oprop_length)); in ikev2_p_print()