Home | History | Annotate | Download | only in racoon

Lines Matching defs:ml

310 	size_t bl, ml;
360 ml = msg->sadb_msg_len << 3;
362 buf = vrealloc(buf, bl + ml);
368 memcpy(buf->v + bl, msg, ml);