Searched defs:bootp (Results 1 – 1 of 1) sorted by relevance
59 struct bootp { struct66 uint16_t bp_flags; /* flags - see bootp_flag_values[] argument67 in print-bootp.c */ argument68 struct in_addr bp_ciaddr; /* client IP address */69 struct in_addr bp_yiaddr; /* 'your' IP address */70 struct in_addr bp_siaddr; /* server IP address */71 struct in_addr bp_giaddr; /* gateway IP address */72 uint8_t bp_chaddr[16]; /* client hardware address */73 uint8_t bp_sname[64]; /* server host name */74 uint8_t bp_file[128]; /* boot file name */[all …]