#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <errno.h>#include <string.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include <inttypes.h>#include <sys/param.h>#include <atalk/fce_api.h>#include <atalk/util.h>Macros | |
| #define | MAXBUFLEN 1024 |
Functions | |
| static int | unpack_fce_packet (unsigned char *buf, size_t buflen, struct fce_packet *packet) |
| int | main (int argc, char **argv) |
Variables | |
| static char * | fce_ev_names [] |
| #define MAXBUFLEN 1024 |
| int main | ( | int | argc, |
| char ** | argv ) |
|
static |
|
static |