Lines Matching refs:mlen
464 int m, mlen; in l1oip_socket_parse() local
566 mlen = *buf++; in l1oip_socket_parse()
568 if (mlen == 0) in l1oip_socket_parse()
569 mlen = 256; in l1oip_socket_parse()
570 if (len < mlen + 3) { in l1oip_socket_parse()
573 __func__, mlen, len_start-len - 1, len_start); in l1oip_socket_parse()
576 if (len == mlen + 3) { in l1oip_socket_parse()
580 __func__, mlen, len_start-len + 1); in l1oip_socket_parse()
584 mlen = len - 2; /* single frame, subtract timebase */ in l1oip_socket_parse()
609 l1oip_socket_recv(hc, remotecodec, channel, timebase, buf, mlen); in l1oip_socket_parse()
610 buf += mlen; in l1oip_socket_parse()
611 len -= mlen; in l1oip_socket_parse()