Coda Distributed File System
|
#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "coda_getservbyname.h"
#include "coda_getaddrinfo.h"
Macros | |
#define | NS_INT32SZ INT32SZ |
#define | NS_INT16SZ INT16SZ |
#define | NS_HFIXEDSZ HFIXEDSZ |
#define | ns_t_srv T_SRV |
#define | ns_c_in C_IN |
#define | T_SRV 33 |
Functions | |
void | coda_reorder_addrinfo (struct RPC2_addrinfo **srvs) |
int | coda_getaddrinfo (const char *node, const char *service, const struct RPC2_addrinfo *hints, struct RPC2_addrinfo **res) |
#define ns_c_in C_IN |
#define NS_HFIXEDSZ HFIXEDSZ |
#define NS_INT16SZ INT16SZ |
#define NS_INT32SZ INT32SZ |
#define T_SRV 33 |
int coda_getaddrinfo | ( | const char * | node, |
const char * | service, | ||
const struct RPC2_addrinfo * | hints, | ||
struct RPC2_addrinfo ** | res | ||
) |
void coda_reorder_addrinfo | ( | struct RPC2_addrinfo ** | srvs | ) |