syslog-ng source
afunix-dest.c File Reference
#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>
Include dependency graph for afunix-dest.c:

Functions

AFUnixDestDriverafunix_dd_new_instance (TransportMapper *transport_mapper, gchar *filename, GlobalConfig *cfg)
 
AFUnixDestDriverafunix_dd_new_dgram (gchar *filename, GlobalConfig *cfg)
 
AFUnixDestDriverafunix_dd_new_stream (gchar *filename, GlobalConfig *cfg)
 

Function Documentation

◆ afunix_dd_new_dgram()

AFUnixDestDriver* afunix_dd_new_dgram ( gchar *  filename,
GlobalConfig *  cfg 
)

◆ afunix_dd_new_instance()

AFUnixDestDriver* afunix_dd_new_instance ( TransportMapper *  transport_mapper,
gchar *  filename,
GlobalConfig *  cfg 
)

◆ afunix_dd_new_stream()

AFUnixDestDriver* afunix_dd_new_stream ( gchar *  filename,
GlobalConfig *  cfg 
)