Home | History | Annotate | Download | only in tcpdump

Lines Matching full:lcp

100 	{ PPP_LCP,	  "LCP" },
113 /* Control Protocols (LCP/IPCP/CCP etc.) Codes defined in RFC 1661 */
123 #define CPCODES_PROT_REJ 8 /* Protocol-Reject (LCP only) */
124 #define CPCODES_ECHO_REQ 9 /* Echo-Request (LCP only) */
125 #define CPCODES_ECHO_RPL 10 /* Echo-Reply (LCP only) */
126 #define CPCODES_DISC_REQ 11 /* Discard-Request (LCP only) */
127 #define CPCODES_ID 12 /* Identification (LCP only) RFC1570 */
128 #define CPCODES_TIME_REM 13 /* Time-Remaining (LCP only) RFC1570 */
152 /* LCP Config Options */
214 "LCP-Auth-Opt", /* (24) */
353 /* PPP LCP Callback */
422 /* generic Control Protocol (e.g. LCP, IPCP, CCP, etc.) handler */
587 /* LCP config options */
604 printf("\n\tunknown LCP option 0x%02x", opt);
610 printf("\n\tunknown LCP option 0x%02x", opt);
771 printf("[|lcp]");