syslog-ng source
socket-options.c File Reference
#include "socket-options.h"
#include "messages.h"
#include <sys/types.h>
#include <sys/socket.h>
Include dependency graph for socket-options.c:

Functions

gboolean socket_options_setup_socket_method (SocketOptions *self, gint fd, GSockAddr *bind_addr, AFSocketDirection dir)
 
gboolean socket_options_setup_peer_socket_method (SocketOptions *self, gint fd, GSockAddr *peer_addr)
 
void socket_options_init_instance (SocketOptions *self)
 
SocketOptions * socket_options_new (void)
 

Function Documentation

◆ socket_options_init_instance()

void socket_options_init_instance ( SocketOptions *  self)

◆ socket_options_new()

SocketOptions* socket_options_new ( void  )

◆ socket_options_setup_peer_socket_method()

gboolean socket_options_setup_peer_socket_method ( SocketOptions *  self,
gint  fd,
GSockAddr peer_addr 
)

◆ socket_options_setup_socket_method()

gboolean socket_options_setup_socket_method ( SocketOptions *  self,
gint  fd,
GSockAddr bind_addr,
AFSocketDirection  dir 
)