Home | History | Annotate | Download | only in ppp

Lines Matching defs:outlen

714   int outlen;
718 outlen = CHAP_HEADERLEN + sizeof (u_char) + chal_len + name_len;
725 PUTSHORT(outlen, outp);
733 pppWrite(cstate->unit, outpacket_buf[cstate->unit], outlen + PPP_HDRLEN);
749 int outlen, msglen;
759 outlen = CHAP_HEADERLEN + msglen;
766 PUTSHORT(outlen, outp);
768 pppWrite(cstate->unit, outpacket_buf[cstate->unit], outlen + PPP_HDRLEN);
814 int outlen, md_len, name_len;
818 outlen = CHAP_HEADERLEN + sizeof (u_char) + md_len + name_len;
825 PUTSHORT(outlen, outp); /* packet length */
834 pppWrite(cstate->unit, outpacket_buf[cstate->unit], outlen + PPP_HDRLEN);