Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

bootp Struct Reference

DHCP telegram structure. More...

#include <pro/dhcp.h>


Data Fields

u_char bp_op
 packet opcode type.

u_char bp_htype
 hardware addr type.

u_char bp_hlen
 hardware addr length.

u_char bp_hops
 gateway hops.

u_long bp_xid
 transaction ID.

u_short bp_secs
 seconds since boot began.

u_short bp_flags
 RFC1532 broadcast, etc.

u_long bp_ciaddr
 client IP address.

u_long bp_yiaddr
 'your' IP address.

u_long bp_siaddr
 server IP address.

u_long bp_giaddr
 gateway IP address.

u_char bp_chaddr [16]
 client hardware address.

char bp_sname [64]
 server host name.

char bp_file [128]
 boot file name.

u_char bp_options [312]
 vendor-specific area.


Detailed Description

DHCP telegram structure.


© 2000-2001 by egnite Software GmbH - visit http://www.ethernut.de/