Lines Matching full:peer
74 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
75 ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
89 static int ipcp_ackci (fsm *, u_char *, int); /* Peer ack'd our CI */
90 static int ipcp_nakci (fsm *, u_char *, int); /* Peer nak'd our CI */
91 static int ipcp_rejci (fsm *, u_char *, int); /* Peer rej'd our CI */
111 ipcp_reqci, /* Request peer's Configuration Information */
291 /* Request DNS addresses from the peer */ in ipcp_resetci()
315 * forms because we have received old forms from the peer. in ipcp_cilen()
325 /* keep trying the new style until we see some CI from the peer */ in ipcp_cilen()
328 /* use the old style only if the peer did */ in ipcp_cilen()
536 * ipcp_nakci - Peer has sent a NAK for some of our CIs.
609 * Accept the peer's idea of {our,his} address, if different in ipcp_nakci()
626 * Accept the peer's value of maxslotindex provided that it in ipcp_nakci()
628 * if the peer wants. Send old-style compress-type option if in ipcp_nakci()
629 * the peer wants. in ipcp_nakci()
667 * There may be remaining CIs, if the peer is requesting negotiation in ipcp_nakci()
862 * ipcp_reqci - Check the peer's requested CIs and send appropriate response.
972 go->ouraddr = ciaddr2; /* accept peer's idea */ in ipcp_reqci()
1174 IPCPDEBUG(LOG_INFO, ("ipcp_reqci: Requesting peer address\n")); in ipcp_reqci()
1253 * Check that the peer is allowed to use the IP address it wants. in ipcp_up()
1256 IPCPDEBUG(LOG_ERR, ("Peer is not authorized to use remote address %s\n", in ipcp_up()