#include <arpa/inet.h>
#include <errno.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <setjmp.h>
#include <signal.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <time.h>
#include <unistd.h>
#include <atalk/afp_util.h>
#include <atalk/compat.h>
#include <atalk/dsi.h>
#include <atalk/fce_api.h>
#include <atalk/globals.h>
#include <atalk/logger.h>
#include <atalk/netatalk_conf.h>
#include <atalk/server_ipc.h>
#include <atalk/util.h>
#include <atalk/uuid.h>
#include "auth.h"
#include "dircache.h"
#include "directory.h"
#include "fork.h"
#include "switch.h"
Data Structures | |
struct | rc_elem_t |
Macros | |
#define | SOL_TCP IPPROTO_TCP |
Functions | |
static void | afp_dsi_close (AFPObj *obj) |
static void | afp_dsi_die (int sig) |
static void | afp_dsi_transfer_session (int sig _U_) |
static void | afp_dsi_timedown (int sig _U_) |
static void | afp_dsi_reload (int sig _U_) |
static void | afp_dsi_debug (int sig _U_) |
static void | afp_dsi_getmesg (int sig _U_) |
static void | alarm_handler (int sig _U_) |
static void | child_handler (int sig _U_) |
static void | pending_request (DSI *dsi) |
void | afp_over_dsi_sighandlers (AFPObj *obj) |
void | afp_over_dsi (AFPObj *obj) |
Variables | |
AFPObj * | AFPobj = NULL |
static rc_elem_t | replaycache [REPLAYCACHE_SIZE] |
static sigjmp_buf | recon_jmp |
volatile int | reload_request = 0 |
static volatile sig_atomic_t | debug_request = 0 |
#define SOL_TCP IPPROTO_TCP |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
void afp_over_dsi | ( | AFPObj * | obj | ) |
void afp_over_dsi_sighandlers | ( | AFPObj * | obj | ) |
|
static |
|
static |
|
static |
AFPObj* AFPobj = NULL |
|
static |
|
static |
volatile int reload_request = 0 |
|
static |