Searched defs:bootp (Results 1 – 1 of 1) sorted by relevance
57 struct bootp { struct64 nd_uint16_t bp_flags; /* flags - see bootp_flag_values[] argument65 in print-bootp.c */ argument66 nd_ipv4 bp_ciaddr; /* client IP address */67 nd_ipv4 bp_yiaddr; /* 'your' IP address */68 nd_ipv4 bp_siaddr; /* server IP address */69 nd_ipv4 bp_giaddr; /* gateway IP address */70 nd_byte bp_chaddr[16]; /* client hardware address */71 nd_byte bp_sname[64]; /* server host name */72 nd_byte bp_file[128]; /* boot file name */[all …]