Lines Matching full:peer
63 * or until seeing some input from the peer, before starting to send
192 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
193 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
208 static int lcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
209 static int lcp_nakci __P((fsm *, u_char *, int, int)); /* Peer nak'd our CI */
210 static int lcp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
211 static int lcp_reqci __P((fsm *, u_char *, int *, int)); /* Rcv peer CI */
220 * routines to send LCP echos to peer
238 lcp_reqci, /* Request peer's Configuration Information */
918 * lcp_nakci - Peer has sent a NAK for some of our CIs.
1175 * Peer shouldn't send Nak for protocol compression or
1208 * There may be remaining CIs, if the peer is requesting negotiation
1216 * For the authentication type, the Nak from the peer means
1220 * An option we don't recognize represents the peer asking to
1312 * lcp_rejci - Peer has Rejected some of our CIs.
1473 * lcp_reqci - Check the peer's requested CIs and send appropriate response.
1593 * ao->neg_eap are set, and the peer sends a Configure-Request
1597 * the ordering of the CIs in the peer's Configure-Request.
1843 * peer to negotiate an option.
1887 * the MRU our peer wanted. If we negotiated an MRU,
1890 * Note on the MTU: the link MTU can be the MRU the peer wanted,
2201 lcp_close(f->unit, "Peer not responding");
2271 * LcpSendEchoRequest - Send an echo request frame to the peer
2282 * Detect the failure of the peer at this point.