Home | History | Annotate | Download | only in racoon

Lines Matching full:sbuf

1783 isakmp_send(iph1, sbuf)
1785 vchar_t *sbuf;
1797 *(u_int32_t *)sbuf->v == 0)
1806 if (iph1->frag && sbuf->l > ISAKMP_FRAG_MAXLEN)
1816 if ((vbuf = vmalloc (sbuf->l + extralen)) == NULL) {
1822 memcpy (vbuf->v + extralen, sbuf->v, sbuf->l);
1826 swap = *sbuf;
1827 *sbuf = *vbuf;
1839 plog (LLV_DEBUG, LOCATION, NULL, "%zu bytes %s\n", sbuf->l,
1843 if (iph1->frag && sbuf->l > ISAKMP_FRAG_MAXLEN) {
1844 if (isakmp_sendfrags(iph1, sbuf) == -1) {
1852 len = sendfromto(s, sbuf->v, sbuf->l,