table of contents
other versions
IXP_MOUNT(3) | Library Functions Manual | IXP_MOUNT(3) |
NAME¶
ixp_mount, ixp_mountfd, ixp_nsmount, IxpClient
SYNOPSIS¶
#include <ixp.h> IxpClient *ixp_mount(const char *address); IxpClient *ixp_mountfd(int fd); IxpClient *ixp_nsmount(const char *name); typedef struct IxpClient IxpClient; struct IxpClient {
int fd;
uint msize;
uint lastfid;
/* Private members */
... }
PARAMETERS¶
DESCRIPTION¶
Initiate a 9P connection with the server at address, connected to on fd, or under the process's namespace directory as name.
RETURN VALUE¶
A pointer to a new 9P client.
SEE ALSO¶
ixp_open(3), ixp_create(3), ixp_remove(3), ixp_unmount(3)
2012 Dec | libixp Manual |