Searched refs:idtype_len (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-isakmp.c1602 int id_len, idtype_len, i; local
1619 idtype_len =id_len - sizeof(struct ikev2_id);
1656 ND_TCHECK2(*typedata, idtype_len);
1657 for(i=0; i<idtype_len; i++) {
1666 if (!rawprint(ndo, (caddr_t)typedata, idtype_len))

Completed in 294 milliseconds