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

Macros

#define RCSID   "$Id$"
 

Functions

void ChapAuthWithPeer (int unit, char *our_name, int digest)
 
void ChapAuthPeer (int unit, char *our_name, int digest)
 

Variables

struct protent chap_protent
 
chap_state chap [NUM_PPP]
 

Variable Documentation

◆ chap_protent

struct protent chap_protent
Initial value:
= {
PPP_CHAP,
ChapInit,
ChapInput,
ChapProtocolReject,
ChapLowerUp,
ChapLowerDown,
NULL,
NULL,
ChapPrintPkt,
NULL,
1,
"CHAP",
NULL,
chap_option_list,
NULL,
NULL,
NULL
}