Coda Distributed File System
|
#include <sys/types.h>
#include <netinet/in.h>
#include <vice.h>
#include "inconsist.h"
#include "nettohost.h"
Functions | |
void | ntohsid (ViceStoreId *insid, ViceStoreId *outsid) |
void | htonsid (ViceStoreId *insid, ViceStoreId *outsid) |
void | ntohvv (ViceVersionVector *invv, ViceVersionVector *outvv) |
void | htonvv (ViceVersionVector *invv, ViceVersionVector *outvv) |
void htonsid | ( | ViceStoreId * | insid, |
ViceStoreId * | outsid | ||
) |
void htonvv | ( | ViceVersionVector * | invv, |
ViceVersionVector * | outvv | ||
) |
void ntohsid | ( | ViceStoreId * | insid, |
ViceStoreId * | outsid | ||
) |
void ntohvv | ( | ViceVersionVector * | invv, |
ViceVersionVector * | outvv | ||
) |