Lines Matching full:peer
68 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
69 ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
92 static bool usepeerdns; /* Ask peer for DNS addrs */
95 static bool ask_for_local; /* request our address from peer */
105 static int ipcp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
106 static int ipcp_nakci __P((fsm *, u_char *, int, int));/* Peer nak'd our CI */
107 static int ipcp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
122 ipcp_reqci, /* Request peer's Configuration Information */
167 "Accept peer's address for us", 1 },
169 "Accept peer's address for it", 1 },
178 "DNS address for the peer's use" },
180 "Nameserver for SMB over TCP/IP for peer" },
210 "Ask peer for DNS address(es)", 1 },
688 wo->req_dns1 = usepeerdns; /* Request DNS addresses from the peer */
722 * forms because we have received old forms from the peer.
728 /* use the old style only if the peer did */
954 * ipcp_nakci - Peer has sent a NAK for some of our CIs.
1040 * Accept the peer's idea of {our,his} address, if different
1059 * Accept the peer's value of maxslotindex provided that it
1061 * if the peer wants. Send old-style compress-type option if
1062 * the peer wants.
1116 * There may be remaining CIs, if the peer is requesting negotiation
1310 * ipcp_reqci - Check the peer's requested CIs and send appropriate response.
1413 wo->ouraddr = ciaddr2; /* accept peer's idea */
1645 /* make up an arbitrary address for the peer */
1653 ask_for_local = 0; /* don't tell the peer this address */
1699 error("Peer refused to agree to our IP address");
1726 * Check that the peer is allowed to use the IP address it wants.
1729 error("Peer is not authorized to use remote address %I", ho->hisaddr);