Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:id_len

1605 	int id_len, idtype_len, i;
1613 id_len = ntohs(id.h.len);
1615 ND_PRINT((ndo," len=%d", id_len - 4));
1616 if (2 < ndo->ndo_vflag && 4 < id_len) {
1618 if (!rawprint(ndo, (caddr_t)(ext + 1), id_len - 4))
1622 idtype_len =id_len - sizeof(struct ikev2_id);
1673 return (u_char *)ext + id_len;