|
XINU
|
#include <dhcp.h>
Data Fields | |
| union { | |
| struct { | |
| byte bootfile [128] | |
| byte sname [64] | |
| } | |
| byte dc_bootp [192] | |
| }; | |
| byte | dc_bop |
| byte | dc_chaddr [16] |
| uint32 | dc_cip |
| uint32 | dc_cookie |
| uint16 | dc_flags |
| uint32 | dc_gip |
| byte | dc_hlen |
| byte | dc_hops |
| byte | dc_htype |
| byte | dc_opt [1024] |
| uint16 | dc_secs |
| uint32 | dc_sip |
| uint32 | dc_xid |
| uint32 | dc_yip |
| union { ... } |
| byte dhcpmsg::dc_bootp[192] |
Definition at line 47 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| byte dhcpmsg::dc_bop |
Definition at line 34 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| byte dhcpmsg::dc_chaddr[16] |
Definition at line 45 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| uint32 dhcpmsg::dc_cip |
Definition at line 41 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| uint32 dhcpmsg::dc_cookie |
Definition at line 53 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| uint16 dhcpmsg::dc_flags |
Definition at line 40 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| uint32 dhcpmsg::dc_gip |
Definition at line 44 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| byte dhcpmsg::dc_hlen |
Definition at line 36 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| byte dhcpmsg::dc_hops |
Definition at line 37 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| byte dhcpmsg::dc_htype |
Definition at line 35 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| byte dhcpmsg::dc_opt[1024] |
Definition at line 54 of file dhcp.h.
Referenced by dhcp_bld_disc(), dhcp_bld_req(), and dhcp_get_opt_val().
| uint16 dhcpmsg::dc_secs |
Definition at line 39 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| uint32 dhcpmsg::dc_sip |
Definition at line 43 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg(), and dhcp_bld_req().
| uint32 dhcpmsg::dc_xid |
Definition at line 38 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg().
| uint32 dhcpmsg::dc_yip |
Definition at line 42 of file dhcp.h.
Referenced by dhcp_bld_bootp_msg(), and dhcp_bld_req().
1.8.13