Searched refs:outpacket_buf (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | eap.c | 293 outp = outpacket_buf; in eap_send_failure() 302 output(esp->es_unit, outpacket_buf, EAP_HEADERLEN + PPP_HDRLEN); in eap_send_failure() 317 outp = outpacket_buf; in eap_send_success() 326 output(esp->es_unit, outpacket_buf, PPP_HDRLEN + EAP_HEADERLEN); in eap_send_success() 782 outp = outpacket_buf; in eap_chapms2_send_request() 799 output(esp->es_unit, outpacket_buf, PPP_HDRLEN + msglen); in eap_chapms2_send_request() 859 outp = outpacket_buf; in eap_send_request() 1090 outlen = (outp - outpacket_buf) - PPP_HDRLEN; in eap_send_request() 1093 output(esp->es_unit, outpacket_buf, outlen + PPP_HDRLEN); in eap_send_request() 1166 outp = outpacket_buf; in eap_server_timeout() [all …]
|
| D | upap.c | 540 outp = outpacket_buf; in upap_sauthreq() 553 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN); in upap_sauthreq() 571 outp = outpacket_buf; in upap_sresp() 579 output(u->us_unit, outpacket_buf, outlen + PPP_HDRLEN); in upap_sresp()
|
| D | peap.c | 236 outp = outpacket_buf; in peap_ack() 244 output(esp->es_unit, outpacket_buf, PPP_HDRLEN + PEAP_HEADERLEN); in peap_ack() 253 outp = outpacket_buf; in peap_response() 274 output(esp->es_unit, outpacket_buf, PPP_HDRLEN + peap_len); in peap_response() 638 u_char outpacket_buf[255]; variable
|
| D | cbcp.c | 424 outp = outpacket_buf; in cbcp_send() 437 output(us->us_unit, outpacket_buf, outlen + PPP_HDRLEN); in cbcp_send()
|
| D | fsm.c | 742 outp = outpacket_buf + PPP_HDRLEN + HEADERLEN; in fsm_sconfreq() 773 outp = outpacket_buf; in fsm_sdata() 783 output(f->unit, outpacket_buf, outlen + PPP_HDRLEN); in fsm_sdata()
|
| D | chap.c | 389 p = outpacket_buf; in chap_handle_response() 399 output(0, outpacket_buf, PPP_HDRLEN + len); in chap_handle_response()
|
| D | pppd-private.h | 99 extern unsigned char outpacket_buf[]; /* Buffer for outgoing packets */
|
| D | tty.c | 1199 obufp = outpacket_buf; in charshunt()
|
| D | main.c | 191 u_char outpacket_buf[PPP_MRU+PPP_HDRLEN]; /* buffer for outgoing packet */ variable
|