OpenDNSSEC-signer  2.0.4
Macros | Functions
ods-signer.c File Reference
#include "config.h"
#include "status.h"
#include "file.h"
#include "log.h"
#include "str.h"
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/time.h>

Go to the source code of this file.

Macros

#define SE_CLI_CMDLEN   6
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ SE_CLI_CMDLEN

#define SE_CLI_CMDLEN   6

OpenDNSSEC signer engine client.

Definition at line 52 of file ods-signer.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Main. start interface tool.

Definition at line 347 of file ods-signer.c.