#define DISCOVERY_VERSION 0x10
#define DIST_REQUEST 0
#define DIST_ANNOUNCE 1
#define DIST_APPLY 2
#define DISF_INITAL_ANN 0x0001
struct _DISCOVERY_TELE | |
{ | |
u_long dist_xid; | |
u_char dist_type; | |
u_char dist_ver; | |
u_char dist_mac[6]; | |
u_long dist_ip_addr; | |
u_long dist_ip_mask; | |
u_long dist_gateway; | |
u_long dist_cip_addr; | |
u_char dist_hostname[8]; | |
u_char dist_custom[92]; | |
} |