Searched refs:mlen (Results 1 - 25 of 33) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Ddnsr_vx.c47 int flen, mlen; local
53 mlen = vsnprintf(&message[flen], MAX_MSG_LEN-flen, format, args);
54 if (mlen > 0 && message[flen+mlen-1] != '\n')
56 message[flen+mlen] = '\n';
57 message[flen+mlen+1] = 0;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dni65.h112 volatile unsigned short mlen; member in struct:rmd
H A Dsk_g16.h162 unsigned short mlen; /* Message Byte Count */ member in struct:rmd
H A Dni65.c756 rmdp->mlen = 0;
969 printk(KERN_ERR "%s: recv, packet too long: %d\n",dev->name,rmdp->mlen & 0x0fff);
988 else if( (len = (rmdp->mlen & 0x0fff) - 4) >= 60)
1035 rmdp->mlen = 0;
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/net/
H A Dvjcompress.h134 extern u_int vj_compress_tcp __P((struct ip *ip, u_int mlen,
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/net/
H A Dvjcompress.h134 extern u_int vj_compress_tcp __P((struct ip *ip, u_int mlen,
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/net/
H A Dvjcompress.h134 extern u_int vj_compress_tcp __P((struct ip *ip, u_int mlen,
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dupap.c577 int mlen, ulen, wlen; local
622 mlen = p[0];
623 if (len < mlen + 1)
626 p += mlen + 1;
627 len -= mlen + 1;
629 print_string(msg, mlen, printer, arg);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dupap.c620 int mlen, ulen, wlen; local
665 mlen = p[0];
666 if (len < mlen + 1)
669 p += mlen + 1;
670 len -= mlen + 1;
672 print_string(msg, mlen, printer, arg);
H A Dchap-new.c307 int response_len, ok, mlen; local
359 mlen = strlen(message);
360 len = CHAP_HDRLEN + mlen;
365 if (mlen > 0)
366 memcpy(p + CHAP_HDRLEN, message, mlen);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dupap.c620 int mlen, ulen, wlen; local
665 mlen = p[0];
666 if (len < mlen + 1)
669 p += mlen + 1;
670 len -= mlen + 1;
672 print_string(msg, mlen, printer, arg);
H A Dchap-new.c307 int response_len, ok, mlen; local
359 mlen = strlen(message);
360 len = CHAP_HDRLEN + mlen;
365 if (mlen > 0)
366 memcpy(p + CHAP_HDRLEN, message, mlen);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_v110.c325 EncodeMatrix(unsigned char *buf, int len, unsigned char *m, int mlen) argument
334 while ((i < len) && (line < mlen)) { /* while we still have input data */
345 if (line >= mlen) {
353 if (line >= mlen) {
385 if ((line) && ((line + 10) < mlen))
455 int mlen; local
493 mlen = EncodeMatrix(skb->data, rlen, v110buf, size);
499 for (i = 0; i < mlen; i++) {
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Ddeflate.c295 z_incomp(arg, mi, mlen)
298 int mlen;
318 rlen = mi + mlen - rptr;
H A Dbsd-comp.c425 bsd_incomp(state, dmsg, mlen)
428 int mlen;
447 --mlen;
456 slen = dmsg + mlen - rptr;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Ddeflate.c305 z_incomp(arg, mi, mlen)
308 int mlen;
328 rlen = mi + mlen - rptr;
H A Dbsd-comp.c427 bsd_incomp(state, dmsg, mlen)
430 int mlen;
449 --mlen;
458 slen = dmsg + mlen - rptr;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Ddeflate.c303 z_incomp(arg, mi, mlen)
306 int mlen;
326 rlen = mi + mlen - rptr;
H A Dbsd-comp.c425 bsd_incomp(state, dmsg, mlen)
428 int mlen;
447 --mlen;
456 slen = dmsg + mlen - rptr;
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dvjcompress.c168 vj_compress_tcp(ip, mlen, comp, compress_cid, vjhdrp)
170 u_int mlen;
190 if ((ip->ip_off & htons(0x3fff)) || mlen < 40)
243 if (hlen > mlen)
275 if (hlen > mlen)
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dvjcompress.c168 vj_compress_tcp(ip, mlen, comp, compress_cid, vjhdrp)
170 u_int mlen;
190 if ((ip->ip_off & htons(0x3fff)) || mlen < 40)
243 if (hlen > mlen)
275 if (hlen > mlen)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dvjcompress.c168 vj_compress_tcp(ip, mlen, comp, compress_cid, vjhdrp)
170 u_int mlen;
190 if ((ip->ip_off & htons(0x3fff)) || mlen < 40)
243 if (hlen > mlen)
275 if (hlen > mlen)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dsound_calls.h91 void do_midi_msg (int synthno, unsigned char *msg, int mlen);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Ddir.c285 int error, othersize, mlen; local
328 mlen = NTFS_GETU16(prev + 0x8);
331 oldblock = NTFS_GETU32(prev + mlen - 8);
335 middle = ntfs_malloc(ntfs_entry_has_subnodes(prev) ? mlen : mlen + 8);
340 ntfs_memcpy(middle, prev, mlen);
344 NTFS_PUTU64(middle + mlen - 8, walk->block);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/avmb1/
H A Dcapi.c761 u16 mlen; local
777 mlen = CAPIMSG_LEN(skb->data);
779 if (mlen + CAPIMSG_DATALEN(skb->data) != count) {
784 if (mlen != count) {

Completed in 282 milliseconds

12