RTEMS CPU Kit with SuperCore  4.11.3
Macros | Variables
cbcp.c File Reference
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/time.h>
#include "pppd.h"
#include "cbcp.h"
#include "fsm.h"
#include "lcp.h"
Include dependency graph for cbcp.c:

Macros

#define RCSID   "$Id$"
 

Variables

struct protent cbcp_protent
 
cbcp_state cbcp [NUM_PPP]
 
char * cbcp_codenames []
 
char * cbcp_optionnames []
 

Variable Documentation

◆ cbcp_codenames

char* cbcp_codenames[]
Initial value:
= {
"Request", "Response", "Ack"
}

◆ cbcp_optionnames

char* cbcp_optionnames[]
Initial value:
= {
"NoCallback",
"UserDefined",
"AdminDefined",
"List"
}

◆ cbcp_protent

struct protent cbcp_protent
Initial value:
= {
PPP_CBCP,
cbcp_init,
cbcp_input,
cbcp_protrej,
cbcp_lowerup,
NULL,
cbcp_open,
NULL,
cbcp_printpkt,
NULL,
0,
"CBCP",
NULL,
cbcp_option_list,
NULL,
NULL,
NULL
}