Coda Distributed File System
|
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <time.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include "coda_string.h"
#include <unistd.h>
#include <stdlib.h>
#include <codaconf.h>
#include <coda_getaddrinfo.h>
Macros | |
#define | MARINERBUFSIZE 1000 |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
int | use_tcp = 0 |
#define MARINERBUFSIZE 1000 |
int main | ( | int | argc, |
char * | argv[] | ||
) |
int use_tcp = 0 |