#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <errno.h>
#include <fcntl.h>
#include <netdb.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "network.h"
#include "serial.h"
Macros | |
#define | MAX_DST 10 |
Fonctions | |
static void | usage (const char *progname) |
int | main (int argc, char *argv[]) |
Variables | |
static int | nDst |
static int | verbose = 0 |
int | optind |
|
Copyright (c) 2003 Matthieu Herrb
|
|
|
|
|
|
|
|
|
|
|