Lines Matching full:peer

466 	ppp_notice("Compression disabled by peer.");  in ccp_input()
470 lcp_close(pcb, "MPPE disabled by peer"); in ccp_input()
518 * ccp_protrej - peer doesn't talk CCP.
531 ppp_error("MPPE required but peer negotiation failed"); in ccp_protrej()
532 lcp_close(pcb, "MPPE required but peer negotiation failed"); in ccp_protrej()
574 * 'derived from the credentials of the peer that initiated the call', in ccp_resetci()
947 * Peer wants us to use a different strength or other setting. in ccp_nakci()
952 ppp_error("Refusing MPPE stateful mode offered by peer"); in ccp_nakci()
955 /* Peer must have set options we didn't request (suggest) */ in ccp_nakci()
960 ppp_error("MPPE required but peer negotiation failed"); in ccp_nakci()
961 lcp_close(pcb, "MPPE required but peer negotiation failed"); in ccp_nakci()
971 * Peer wants us to use a different code size or something. in ccp_nakci()
995 * Peer wants us to use a different number of bits in ccp_nakci()
1038 ppp_error("MPPE required but peer refused"); in ccp_rejci()
1039 lcp_close(pcb, "MPPE required but peer refused"); in ccp_rejci()
1162 * lot easier to just assume the peer will request in ccp_reqci()
1167 ppp_error("Refusing MPPE stateful mode offered by peer"); in ccp_reqci()
1200 /* Give the peer our idea of what can be used, in ccp_reqci()
1378 ppp_error("MPPE required but peer negotiation failed"); in ccp_reqci()
1379 lcp_close(pcb, "MPPE required but peer negotiation failed"); in ccp_reqci()
1687 * Send a reset-request to reset the peer's compressor. in ccp_datainput()
1713 * Send a reset-request to reset the peer's compressor. in ccp_resetrequest()