Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:id_len

2047 	int id_len, idtype_len, i;
2055 id_len = ntohs(id.h.len);
2057 ND_PRINT((ndo," len=%d", id_len - 4));
2058 if (2 < ndo->ndo_vflag && 4 < id_len) {
2060 if (!rawprint(ndo, (caddr_t)(ext + 1), id_len - 4))
2064 idtype_len =id_len - sizeof(struct ikev2_id);
2115 return (u_char *)ext + id_len;