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

  /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...]
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 39 milliseconds