RTEMS CPU Kit with SuperCore  4.11.3
Macros | Functions | Variables
upap.c File Reference
#include <stdio.h>
#include <string.h>
#include "pppd.h"
#include "upap.h"
Include dependency graph for upap.c:

Macros

#define RCSID   "$Id$"
 

Functions

void upap_authwithpeer (int unit, char *user, char *password)
 
void upap_authpeer (int unit)
 

Variables

struct protent pap_protent
 
upap_state upap [NUM_PPP]
 

Variable Documentation

◆ pap_protent

struct protent pap_protent
Initial value:
= {
PPP_PAP,
upap_init,
upap_input,
upap_protrej,
upap_lowerup,
upap_lowerdown,
NULL,
NULL,
upap_printpkt,
NULL,
1,
"PAP",
NULL,
pap_option_list,
NULL,
NULL,
NULL
}