Home | History | Annotate | Download | only in pppd

Lines Matching refs:protocol

2  * ipxcp.c - PPP IPX Control Protocol.
107 NULL, /* Called when Protocol-Reject received */
109 NULL, /* Called to handle protocol-specific codes */
110 "IPXCP" /* String name of protocol */
170 * Protocol entry points.
211 #define CILEN_PROTOCOL 4 /* Minimum length of routing protocol */
213 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */
386 f->protocol = PPP_IPXCP;
525 * ipxcp_protrej - A Protocol-Reject was received for IPXCP.
576 /* Always specify a routing protocol unless it was REJected. */
851 * Do not permit the peer to force a router protocol which we do not
1140 * The routing protocol is a bitmask of various types. Any combination
1142 * routing protocol must be specified only once.
1172 /* Finally do not allow a router protocol which we do not
1176 int protocol;
1181 protocol = RIP_SAP;
1184 protocol = IPX_NONE;
1187 PUTSHORT (protocol, p);
1300 /* The default router protocol is RIP/SAP. */