netatalk  4.6.0
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
nad_adouble.h File Reference

Go to the source code of this file.

Functions

void nad_set_volume (const struct nad_volume *volume)
int nad_open (char *path, int openflags, struct FHeader *fh, int options)
int nad_header_read (struct FHeader *fh)
int nad_header_write (struct FHeader *fh)
ssize_t nad_read (int fork, char *forkbuf, size_t bufc)
ssize_t nad_write (int fork, char *forkbuf, size_t bufc)
int nad_close (int status)

Function Documentation

◆ nad_close()

int nad_close ( int status)

◆ nad_header_read()

int nad_header_read ( struct FHeader * fh)

◆ nad_header_write()

int nad_header_write ( struct FHeader * fh)

◆ nad_open()

int nad_open ( char * path,
int openflags,
struct FHeader * fh,
int options )

◆ nad_read()

ssize_t nad_read ( int fork,
char * forkbuf,
size_t bufc )

◆ nad_set_volume()

void nad_set_volume ( const struct nad_volume * volume)

◆ nad_write()

ssize_t nad_write ( int fork,
char * forkbuf,
size_t bufc )