Lines Matching refs:mlen
468 int m, mlen; in l1oip_socket_parse() local
570 mlen = *buf++; in l1oip_socket_parse()
572 if (mlen == 0) in l1oip_socket_parse()
573 mlen = 256; in l1oip_socket_parse()
574 if (len < mlen + 3) { in l1oip_socket_parse()
577 __func__, mlen, len_start-len - 1, len_start); in l1oip_socket_parse()
580 if (len == mlen + 3) { in l1oip_socket_parse()
584 __func__, mlen, len_start-len + 1); in l1oip_socket_parse()
588 mlen = len - 2; /* single frame, subtract timebase */ in l1oip_socket_parse()
613 l1oip_socket_recv(hc, remotecodec, channel, timebase, buf, mlen); in l1oip_socket_parse()
614 buf += mlen; in l1oip_socket_parse()
615 len -= mlen; in l1oip_socket_parse()