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