Home | History | Annotate | Download | only in racoon

Lines Matching refs:ml

292 	size_t bl, ml;
330 ml = msg->sadb_msg_len << 3;
332 buf = vrealloc(buf, bl + ml);
338 memcpy(buf->v + bl, msg, ml);