RTEMS CPU Kit with SuperCore
4.11.3
|
#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"
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] |
struct protent chap_protent |