Lines Matching defs:bootp
58 struct bootp { struct
65 uint16_t bp_flags; /* flags - see bootp_flag_values[] argument
66 in print-bootp.c */ argument
67 struct in_addr bp_ciaddr; /* client IP address */
68 struct in_addr bp_yiaddr; /* 'your' IP address */
69 struct in_addr bp_siaddr; /* server IP address */
70 struct in_addr bp_giaddr; /* gateway IP address */
71 uint8_t bp_chaddr[16]; /* client hardware address */
72 uint8_t bp_sname[64]; /* server host name */
73 uint8_t bp_file[128]; /* boot file name */
74 uint8_t bp_vend[64]; /* vendor-specific area */