Lines Matching full:peer

103 static bool ask_for_local;		/* request our address from peer */
116 static int ipcp_ackci(fsm *f, u_char *p, int len); /* Peer ack'd our CI */
117 static int ipcp_nakci(fsm *f, u_char *p, int len, int treat_as_reject);/* Peer nak'd our CI */
118 static int ipcp_rejci(fsm *f, u_char *p, int len); /* Peer rej'd our CI */
131 ipcp_reqci, /* Request peer's Configuration Information */
178 "Accept peer's address for us", 1 },
180 "Accept peer's address for it", 1 },
189 "DNS address for the peer's use" },
191 "Nameserver for SMB over TCP/IP for peer" },
229 "Ask peer for DNS address(es)", 1 },
242 "Allow peer to have no IP address", 1 },
245 "Don't send our IP address to peer", OPT_A2CLR,
725 … wo->req_dns1 = wo->req_dns2 = pcb->settings.usepeerdns; /* Request DNS addresses from the peer */ in ipcp_resetci()
768 * forms because we have received old forms from the peer. in ipcp_cilen()
776 /* use the old style only if the peer did */ in ipcp_cilen()
1067 * ipcp_nakci - Peer has sent a NAK for some of our CIs.
1157 * Accept the peer's idea of {our,his} address, if different in ipcp_nakci()
1177 * Accept the peer's value of maxslotindex provided that it in ipcp_nakci()
1179 * if the peer wants. Send old-style compress-type option if in ipcp_nakci()
1180 * the peer wants. in ipcp_nakci()
1237 * There may be remaining CIs, if the peer is requesting negotiation in ipcp_nakci()
1496 * ipcp_reqci - Check the peer's requested CIs and send appropriate response.
1603 wo->ouraddr = ciaddr2; /* accept peer's idea */ in ipcp_reqci()
1844 /* make up an arbitrary address for the peer */
1852 ask_for_local = 0; /* don't tell the peer this address */
1902 ppp_error("Peer refused to agree to our IP address"); in ipcp_up()
1943 * Check that the peer is allowed to use the IP address it wants. in ipcp_up()
1950 * For now, consider that PPP in server mode with peer required in ipcp_up()
1951 * to authenticate must provide the peer IP address, reject any in ipcp_up()
1952 * IP address wanted by peer different than the one we wanted. in ipcp_up()
1958 ppp_error("Peer is not authorized to use remote address %I", ho->hisaddr); in ipcp_up()
1966 ppp_error("Peer is not authorized to use remote address %I", ho->hisaddr); in ipcp_up()