|
VCOM Linux Driver
Advantech Inc.
|
#include <sys/types.h>#include <sys/stat.h>#include <sys/file.h>#include <sys/wait.h>#include <sys/time.h>#include <sys/param.h>#include <sys/ioctl.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include <stdlib.h>#include <stdio.h>#include <errno.h>#include <time.h>#include <string.h>#include <unistd.h>#include <fcntl.h>#include <signal.h>#include <stdarg.h>#include <ctype.h>#include <dirent.h>#include <syslog.h>#include "proc_tools.h"#include "advttyd.h"Data Structures | |
| struct | _TTYINFO |
Macros | |
| #define | _safe_strcpy(DEST, SRC) |
Typedefs | |
| typedef struct _TTYINFO | TTYINFO |
Functions | |
| void | __close_stdfd (void) |
| void | usage (char *cmd) |
| int | setup_options (int argc, char *argv[]) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | __log_fd = -1 |
| int | _restart |
| #define _safe_strcpy | ( | DEST, | |
| SRC ) |
| void __close_stdfd | ( | void | ) |
| int main | ( | int | argc, |
| char * | argv[] ) |
| int setup_options | ( | int | argc, |
| char * | argv[] ) |
| void usage | ( | char * | cmd | ) |
| int __log_fd = -1 |
| int _restart |