#include "server_setup.h"
Go to the source code of this file.
Classes | |
struct | tftphdr |
Defines | |
#define | EACCESS 2 |
#define | EBADID 5 |
#define | EBADOP 4 |
#define | EEXISTS 6 |
#define | ENOSPACE 3 |
#define | ENOTFOUND 1 |
#define | ENOUSER 7 |
#define | EUNDEF 0 |
#define | PACKED_STRUCT /*NOTHING*/ |
#define | SEGSIZE 512 /* data segment size */ |
#define | th_code th_block |
#define | th_msg th_data |
#define | th_stuff th_block |
Variables | |
struct tftphdr | PACKED_STRUCT |
#define EACCESS 2 |
Definition at line 54 of file tests/server/tftp.h.
#define EBADID 5 |
Definition at line 57 of file tests/server/tftp.h.
#define EBADOP 4 |
Definition at line 56 of file tests/server/tftp.h.
#define EEXISTS 6 |
Definition at line 58 of file tests/server/tftp.h.
#define ENOSPACE 3 |
Definition at line 55 of file tests/server/tftp.h.
#define ENOTFOUND 1 |
Definition at line 53 of file tests/server/tftp.h.
#define ENOUSER 7 |
Definition at line 59 of file tests/server/tftp.h.
#define EUNDEF 0 |
Definition at line 52 of file tests/server/tftp.h.
#define PACKED_STRUCT /*NOTHING*/ |
Definition at line 35 of file tests/server/tftp.h.
Definition at line 29 of file tests/server/tftp.h.
#define th_code th_block |
Definition at line 49 of file tests/server/tftp.h.
#define th_msg th_data |
Definition at line 50 of file tests/server/tftp.h.
#define th_stuff th_block |
Definition at line 48 of file tests/server/tftp.h.
struct tftphdr PACKED_STRUCT |