OpenDNSSEC-signer  1.4.10
Macros | Functions
sock.c File Reference
#include "config.h"
#include "daemon/engine.h"
#include "shared/log.h"
#include "signer/zone.h"
#include "wire/axfr.h"
#include "wire/netio.h"
#include "wire/sock.h"
#include "wire/xfrd.h"
#include <errno.h>
#include <fcntl.h>
#include <ldns/ldns.h>
#include <unistd.h>
Include dependency graph for sock.c:

Go to the source code of this file.

Macros

#define SOCK_TCP_BACKLOG   5
 

Functions

ods_status sock_listen (socklist_type *sockets, listener_type *listener)
 
void sock_handle_udp (netio_type *ATTR_UNUSED(netio), netio_handler_type *handler, netio_events_type event_types)
 
void sock_handle_tcp_accept (netio_type *netio, netio_handler_type *handler, netio_events_type event_types)
 
void sock_handle_tcp_read (netio_type *netio, netio_handler_type *handler, netio_events_type event_types)
 
void sock_handle_tcp_write (netio_type *netio, netio_handler_type *handler, netio_events_type event_types)
 

Macro Definition Documentation

#define SOCK_TCP_BACKLOG   5

Sockets.

Definition at line 46 of file sock.c.

Function Documentation

void sock_handle_tcp_accept ( netio_type netio,
netio_handler_type handler,
netio_events_type  event_types 
)
void sock_handle_tcp_read ( netio_type netio,
netio_handler_type handler,
netio_events_type  event_types 
)
void sock_handle_tcp_write ( netio_type netio,
netio_handler_type handler,
netio_events_type  event_types 
)
void sock_handle_udp ( netio_type ATTR_UNUSEDnetio,
netio_handler_type handler,
netio_events_type  event_types 
)
ods_status sock_listen ( socklist_type sockets,
listener_type listener 
)