構造体定義書 Excel-VBA 仕様書

dhcp_packet

構文構文

struct dhcp_packet

ファイル名ファイル名

common.h

構造体情報構造体情報

No. 名称 属性説明
1
dhcp_packet   
  op uint8_t  
  htype uint8_t  
  hlen uint8_t  
  hops uint8_t  
  xid uint32_t  
  secs uint16_t  
  flags uint16_t  
  ciaddr uint32_t  
  yiaddr uint32_t  
  siaddr_nip uint32_t  
  gateway_nip uint32_t  
  chaddr[16] uint8_t  
  sname[64] uint8_t  
  file[128] uint8_t  
  cookie uint32_t  
  options[DHCP_OPTIONS_BUFSIZE + EXTEND_FOR_BUGGY_SERVERS] uint8_t  

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー