#include <sys/param.h>#include <sys/types.h>#include <sys/time.h>#include <sys/file.h>#include <sys/uio.h>#include <stdlib.h>#include <unistd.h>#include <netatalk/at.h>#include <atalk/atp.h>#include <atalk/nbp.h>#include <time.h>#include <errno.h>#include <signal.h>#include <atalk/logger.h>#include <stdio.h>#include <string.h>#include <netdb.h>#include <fcntl.h>#include <termios.h>#include <sys/ioctl.h>Macros | |
| #define | TL_GETTIME 0 |
| #define | TL_OK 12 |
| #define | TL_BAD 10 |
| #define | EPOCH 0x7C25B080 |
| #define | SIZEOF_MAC_LONG 4 |
Functions | |
| void | usage (char *p) |
| void | goaway (int signal) |
| int | main (int ac, char **av) |
Variables | |
| int | debug = 0 |
| char * | bad = "Bad request!" |
| char | buf [4624] |
| char * | server |
| static char * | version = VERSION |
| #define EPOCH 0x7C25B080 |
00:00:00 GMT Jan 1, 1970 for Mac
| #define SIZEOF_MAC_LONG 4 |
| #define TL_BAD 10 |
| #define TL_GETTIME 0 |
| #define TL_OK 12 |
| void goaway | ( | int | signal | ) |
Unregister ourself on signal.
| int main | ( | int | ac, |
| char ** | av ) |
| void usage | ( | char * | p | ) |
| char* bad = "Bad request!" |
| char buf[4624] |
| int debug = 0 |
| char* server | ( | void | ) |
|
static |