Searched defs:bootp (Results 1 – 1 of 1) sorted by relevance
23 struct bootp { struct30 u_int16_t bp_flags; /* flags - see bootp_flag_values[] argument31 in print-bootp.c */ argument32 struct in_addr bp_ciaddr; /* client IP address */33 struct in_addr bp_yiaddr; /* 'your' IP address */34 struct in_addr bp_siaddr; /* server IP address */35 struct in_addr bp_giaddr; /* gateway IP address */36 u_int8_t bp_chaddr[16]; /* client hardware address */37 u_int8_t bp_sname[64]; /* server host name */38 u_int8_t bp_file[128]; /* boot file name */[all …]