Lines Matching refs:protocol
2 * lcp.c - PPP Link Control Protocol.
135 "Disable protocol field compression",
138 "Disable protocol field compression",
243 NULL, /* Called when Protocol-Reject received */
246 "LCP" /* String name of protocol */
250 * Protocol entry points.
344 f->protocol = PPP_LCP;
429 * Don't use A/C or protocol compression on transmission,
430 * but accept A/C and protocol compressed packets
431 * if we are going to ask for A/C and protocol compression.
538 * lcp_rprotrej - Receive an Protocol-Reject.
540 * Figure out which protocol is rejected and inform it.
553 LCPDEBUG(("lcp_rprotrej: Rcvd short Protocol-Reject packet!"));
560 * Protocol-Reject packets received in any state other than the LCP
564 Protocol-Reject discarded: LCP in state %d", f->state));
569 * Upcall the proper Protocol-Reject routine.
572 if (protp->protocol == prot && protp->enabled_flag) {
577 warn("Protocol-Reject for unsupported protocol 0x%x", prot);
582 * lcp_protrej - A Protocol-Reject was received.
592 error("Received Protocol-Reject for LCP!");
598 * lcp_sprotrej - Send a Protocol-Reject for some protocol.
607 * Send back the protocol and the information field of the
1058 * If they've nak'd our authentication-protocol, check whether
1059 * they are proposing a different protocol, or a different
1148 * If they can't cope with our link quality protocol, we'll have
1149 * to stop asking for LQR. We haven't got any other protocol.
1175 * Peer shouldn't send Nak for protocol compression or
1214 * authentication type and quality protocol, if we are not negotiating
1218 * For the quality protocol, the Nak means `ask me to send you quality
1594 * with two or more authenticate-protocol requests, then we will
1685 * We don't recognize the protocol they're asking for.
1716 * Check the protocol and the reporting period.