Home | History | Annotate | Download | only in netinet

Lines Matching defs:oldlen

2879 	u_int16_t cnt, oldlen, bufsize;
2886 oldlen = 0;
2901 oldlen = 63;
2903 oldlen = j;
2905 buf[cnt] = (0x03 << 6) | oldlen;
2921 oldlen++;
2923 oldlen = 0;
2931 if (st == oldstate && oldlen < 64) {
2932 oldlen++;
2934 buf[cnt] = (oldstate << 6) | (oldlen & 0x3f);
2936 oldlen = 0;
2949 if (st == oldstate && oldlen < 64) {
2950 oldlen++;
2952 buf[cnt] = (oldstate << 6) | (oldlen & 0x3f);
2954 oldlen = 0;
2966 if (st == oldstate && oldlen < 64) {
2967 oldlen++;
2969 buf[cnt] = (oldstate << 6) | (oldlen & 0x3f);
2971 oldlen = 0;
2981 buf[cnt] = (oldstate << 6) | (oldlen & 0x3f);