Searched refs:extralen (Results 1 – 1 of 1) sorted by relevance
220 int extralen = 0; in isakmp_handler() local252 extralen += sizeof(x.lbuf.udp) + x.lbuf.ip.ihl; in isakmp_handler()256 extralen += sizeof(x.lbuf.udp) + x.lbuf.ip.ip_hl; in isakmp_handler()265 extralen = NON_ESP_MARKER_LEN; in isakmp_handler()270 memcpy ((char *)&isakmp, x.buf + extralen, sizeof (isakmp)); in isakmp_handler()301 if ((tmpbuf = vmalloc(ntohl(isakmp.len) + extralen)) == NULL) { in isakmp_handler()304 ntohl(isakmp.len) + extralen); in isakmp_handler()326 if ((buf = vmalloc(len - extralen)) == NULL) { in isakmp_handler()329 (len - extralen)); in isakmp_handler()333 memcpy (buf->v, tmpbuf->v + extralen, buf->l); in isakmp_handler()[all …]