syslog-ng source
socket-options-inet.h File Reference
#include "socket-options.h"
Include dependency graph for socket-options-inet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SocketOptionsInet
 

Functions

void socket_options_inet_set_interface_name (SocketOptionsInet *self, const gchar *interface)
 
gboolean socket_options_inet_set_tcp_keepalive_time (SocketOptionsInet *self, gint tcp_keepalive_time)
 
gboolean socket_options_inet_set_tcp_keepalive_intvl (SocketOptionsInet *self, gint tcp_keepalive_intvl)
 
gboolean socket_options_inet_set_tcp_keepalive_probes (SocketOptionsInet *self, gint tcp_keepalive_probes)
 
SocketOptionsInetsocket_options_inet_new_instance (void)
 
SocketOptions * socket_options_inet_new (void)
 

Function Documentation

◆ socket_options_inet_new()

SocketOptions* socket_options_inet_new ( void  )

◆ socket_options_inet_new_instance()

SocketOptionsInet* socket_options_inet_new_instance ( void  )

◆ socket_options_inet_set_interface_name()

void socket_options_inet_set_interface_name ( SocketOptionsInet self,
const gchar *  interface 
)

◆ socket_options_inet_set_tcp_keepalive_intvl()

gboolean socket_options_inet_set_tcp_keepalive_intvl ( SocketOptionsInet self,
gint  tcp_keepalive_intvl 
)

◆ socket_options_inet_set_tcp_keepalive_probes()

gboolean socket_options_inet_set_tcp_keepalive_probes ( SocketOptionsInet self,
gint  tcp_keepalive_probes 
)

◆ socket_options_inet_set_tcp_keepalive_time()

gboolean socket_options_inet_set_tcp_keepalive_time ( SocketOptionsInet self,
gint  tcp_keepalive_time 
)