OpenDNSSEC-signer 2.1.13
sock.c File Reference
#include "config.h"
#include "daemon/engine.h"
#include "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>

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

◆ SOCK_TCP_BACKLOG

#define SOCK_TCP_BACKLOG   5

Sockets.

Definition at line 46 of file sock.c.

Function Documentation

◆ sock_handle_tcp_accept()

◆ sock_handle_tcp_read()

◆ sock_handle_tcp_write()

◆ sock_handle_udp()

◆ sock_listen()