#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/un.h>
#include "configuration.h"
#include "error.h"
#include "libclsync.h"
#include "malloc.h"
#include "socket.h"
Go to the source code of this file.
|
| int | libproc_procclsyncsock (socket_sockthreaddata_t *arg, sockcmd_t *sockcmd_p) |
| |
| static int | _clsync_connect_setthreaddata (socket_sockthreaddata_t *threaddata_p, clsyncproc_t *proc_p, sockprocflags_t flags) |
| |
| static clsyncproc_t * | _clsync_x_unix (const char *const socket_path, clsyncsock_procfunct_t procfunct, sockprocflags_t flags, const char *const action, clsyncsock_t *(*socket_x_unix)(const char *const)) |
| |
| clsyncproc_t * | clsync_listen_unix (const char *const socket_path, clsyncsock_procfunct_t procfunct, sockprocflags_t flags) |
| |
| clsyncproc_t * | clsync_connect_unix (const char *const socket_path, clsyncsock_procfunct_t procfunct, sockprocflags_t flags) |
| |
◆ LIBCLSYNC
◆ _clsync_connect_setthreaddata()
◆ _clsync_x_unix()
◆ clsync_connect_unix()
◆ clsync_listen_unix()
◆ libproc_procclsyncsock()