構文struct bootp
ファイル名
構造体情報| No. | 名称 | 属性 | 説明 |
|---|---|---|---|
1 |
bootp | ||
| bp_op | unsigned char | packet opcode type | |
| bp_htype | unsigned char | hardware addr type | |
| bp_hlen | unsigned char | hardware addr length | |
| bp_hops | unsigned char | gateway hops | |
| bp_xid | unsigned int32 | transaction ID | |
| bp_secs | unsigned short | seconds since boot began | |
| bp_flags | unsigned short | RFC1532 broadcast, etc. | |
| bp_ciaddr | in_addr | client IP address | |
| bp_yiaddr | in_addr | 'your' IP address | |
| bp_siaddr | in_addr | server IP address | |
| bp_giaddr | in_addr | gateway IP address | |
| bp_chaddr[BP_CHADDR_LEN] | unsigned char | client hardware address | |
| bp_sname[BP_SNAME_LEN] | char | server host name | |
| bp_file[BP_FILE_LEN] | char | boot file name | |
| bp_vend[BP_VEND_LEN] | unsigned char | vendor-specific area |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー