Home | History | Annotate | Download | only in racoon

Lines Matching refs:sbuf

1788 isakmp_send(iph1, sbuf)
1790 vchar_t *sbuf;
1802 *(u_int32_t *)sbuf->v == 0)
1811 if (iph1->frag && sbuf->l > ISAKMP_FRAG_MAXLEN)
1821 if ((vbuf = vmalloc (sbuf->l + extralen)) == NULL) {
1827 memcpy (vbuf->v + extralen, sbuf->v, sbuf->l);
1831 swap = *sbuf;
1832 *sbuf = *vbuf;
1844 plog (LLV_DEBUG, LOCATION, NULL, "%zu bytes %s\n", sbuf->l,
1848 if (iph1->frag && sbuf->l > ISAKMP_FRAG_MAXLEN) {
1849 if (isakmp_sendfrags(iph1, sbuf) == -1) {
1857 len = sendfromto(s, sbuf->v, sbuf->l,