Lines Matching refs:protocol
2 * ipcp.c - PPP IP Control Protocol.
76 /* Hook for a plugin to know when IP protocol has come up */
79 /* Hook for a plugin to know when IP protocol has come down */
127 NULL, /* Called when Protocol-Reject received */
129 NULL, /* Called to handle protocol-specific codes */
130 "IPCP" /* String name of protocol */
230 * Protocol entry points from main code.
274 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */
566 f->protocol = PPP_IPCP;
658 * ipcp_protrej - A Protocol-Reject was received for IPCP.