RTEMS CPU Kit with SuperCore
4.11.3
|
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <signal.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <syslog.h>
#include <pwd.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/stat.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include "pppd.h"
Data Structures | |
struct | buffer_info |
Macros | |
#define | RCSID "$Id$" |
#define | OUTCHAR(c) (buflen > 0? (--buflen, *buf++ = (c)): 0) |
#define | LOCK_DIR "/var/spool/lock" |
Variables | |
char | line [256] |
char * | linep |