Home | History | Annotate | Download | only in src

Lines Matching refs:peer

795         /* Set the MTU to what we want anyway - the peer won't care! */
889 log_Printf(LogLCP, "Peer will only send PAP (not enabled)\n");
909 log_Printf(LogLCP, "Peer will only send MSCHAP (not available"
912 log_Printf(LogLCP, "Peer will only send MSCHAPV2 (not available"
916 log_Printf(LogLCP, "Peer will only send %s (not %s)\n",
1151 log_Printf(LogPHASE, "Peer NAKd all callbacks, trying none\n");
1154 log_Printf(LogPHASE, "Peer NAKd last configured callback\n");
1163 log_Printf(LogPHASE, "Peer rejected *required* callback\n");
1210 } else if (opt->hdr.len < sizeof p->dl->peer.enddisc.address + 3 &&
1212 p->dl->peer.enddisc.class = opt->data[0];
1213 p->dl->peer.enddisc.len = opt->hdr.len - 3;
1214 memcpy(p->dl->peer.enddisc.address, opt->data + 1, opt->hdr.len - 3);
1215 p->dl->peer.enddisc.address[opt->hdr.len - 3] = '\0';
1216 /* XXX: If mp->active, compare and NAK with mp->peer ? */
1224 (long)(sizeof p->dl->peer.enddisc.address - 1));
1260 /* We *REQUIRE* that the peer requests callback */
1285 /* Don't let the peer use the default MRU */