Lines Matching defs:tmpbuf
217 vchar_t *buf = NULL, *tmpbuf = NULL;306 if ((tmpbuf = vmalloc(ntohl(isakmp.len) + extralen)) == NULL) {320 while ((len = recvfromto(so_isakmp, (char *)tmpbuf->v, tmpbuf->l,338 memcpy (buf->v, tmpbuf->v + extralen, buf->l);385 if (tmpbuf != NULL)386 vfree(tmpbuf);