#include "afunix-dest.h"#include "messages.h"#include "gprocess.h"#include <string.h>#include <sys/types.h>#include <sys/socket.h>#include <sys/un.h>#include <sys/stat.h>#include <unistd.h>#include <stdlib.h>
Functions | |
| AFUnixDestDriver * | afunix_dd_new_instance (TransportMapper *transport_mapper, gchar *filename, GlobalConfig *cfg) |
| AFUnixDestDriver * | afunix_dd_new_dgram (gchar *filename, GlobalConfig *cfg) |
| AFUnixDestDriver * | afunix_dd_new_stream (gchar *filename, GlobalConfig *cfg) |
| AFUnixDestDriver* afunix_dd_new_dgram | ( | gchar * | filename, |
| GlobalConfig * | cfg | ||
| ) |
| AFUnixDestDriver* afunix_dd_new_instance | ( | TransportMapper * | transport_mapper, |
| gchar * | filename, | ||
| GlobalConfig * | cfg | ||
| ) |
| AFUnixDestDriver* afunix_dd_new_stream | ( | gchar * | filename, |
| GlobalConfig * | cfg | ||
| ) |