HomeSort by: relevance | last modified time | path
    Searched refs:extralen (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
zip.d 872 uint extralen;
888 extralen = getUshort(i + 30);
895 removeSegment(i, i + centralFileHeaderLength + namelen + extralen + commentlen);
899 enforce!ZipException(i + namelen + extralen + commentlen <= directoryOffset + directorySize,
904 de.extra = _data[i .. i + extralen];
905 i += extralen;
1187 uint extralen;
1201 extralen = getUshort(de.offset + 28);
1208 printf("\t\textralen = %d\n", extralen);
  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp.c 220 int extralen = 0; local
252 extralen += sizeof(x.lbuf.udp) + x.lbuf.ip.ihl;
256 extralen += sizeof(x.lbuf.udp) + x.lbuf.ip.ip_hl;
265 extralen = NON_ESP_MARKER_LEN;
270 memcpy ((char *)&isakmp, x.buf + extralen, sizeof (isakmp));
301 if ((tmpbuf = vmalloc(ntohl(isakmp.len) + extralen)) == NULL) {
304 ntohl(isakmp.len) + extralen);
326 if ((buf = vmalloc(len - extralen)) == NULL) {
329 (len - extralen));
333 memcpy (buf->v, tmpbuf->v + extralen, buf->l)
1735 size_t extralen = NON_ESP_MARKER_USE(iph1) ? NON_ESP_MARKER_LEN : 0; local
    [all...]

Completed in 17 milliseconds