Home | History | Annotate | Download | only in pppd

Lines Matching full:peer

174 ipv6cp_options ipv6cp_gotoptions[NUM_PPP];	/* Options that peer ack'd */
175 ipv6cp_options ipv6cp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
188 static int ipv6cp_ackci __P((fsm *, u_char *, int)); /* Peer ack'd our CI */
189 static int ipv6cp_nakci __P((fsm *, u_char *, int, int));/* Peer nak'd our CI */
190 static int ipv6cp_rejci __P((fsm *, u_char *, int)); /* Peer rej'd our CI */
205 ipv6cp_reqci, /* Request peer's Configuration Information */
236 "Accept peer's interface identifier for us", 1 },
664 * ipv6cp_nakci - Peer has sent a NAK for some of our CIs.
719 * Accept the peer's idea of {our,his} interface identifier, if different
753 * There may be remaining CIs, if the peer is requesting negotiation
879 * ipv6cp_reqci - Check the peer's requested CIs and send appropriate response.