Searched defs:bootp (Results 1 – 1 of 1) sorted by relevance
58 struct bootp { struct65 uint16_t bp_flags; /* flags - see bootp_flag_values[] argument66 in print-bootp.c */ argument67 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 */[all …]