#include <sys/param.h>#include <sys/types.h>#include <sys/file.h>#include <sys/uio.h>#include <sys/ioctl.h>#include <stdlib.h>#include <unistd.h>#include <netatalk/at.h>#include <atalk/atp.h>#include <atalk/nbp.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>Macros | |
| #define | TL_OK '\0' |
| #define | TL_EOF '\1' |
Functions | |
| long | a2bootreq (char *fname) |
| 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 |
| int32_t | fileoff |
| static char * | version = VERSION |
| #define TL_EOF '\1' |
| #define TL_OK '\0' |
| long a2bootreq | ( | char * | fname | ) |
| 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 |
| int32_t fileoff |
| char* server | ( | void | ) |
|
static |