OpenDNSSEC-signer  1.4.5
Functions
listener.c File Reference
#include "config.h"
#include "shared/log.h"
#include "wire/listener.h"
Include dependency graph for listener.c:

Go to the source code of this file.

Functions

listener_typelistener_create (allocator_type *allocator)
 
interface_typelistener_push (listener_type *listener, char *address, int family, char *port)
 
void listener_print (FILE *fd, listener_type *listener)
 
void listener_log (listener_type *listener)
 
void interface_cleanup (interface_type *i)
 
void listener_cleanup (listener_type *listener)
 

Function Documentation

void interface_cleanup ( interface_type i)

Clean up interface.

Definition at line 207 of file listener.c.

References interface_struct::address, and interface_struct::port.

Referenced by listener_cleanup().

void listener_cleanup ( listener_type listener)
listener_type* listener_create ( allocator_type allocator)
void listener_log ( listener_type listener)

Log listener.

Definition at line 189 of file listener.c.

References listener_struct::count, and listener_struct::interfaces.

void listener_print ( FILE *  fd,
listener_type listener 
)

Print listener.

Definition at line 151 of file listener.c.

References listener_struct::count, and listener_struct::interfaces.

interface_type* listener_push ( listener_type listener,
char *  address,
int  family,
char *  port 
)