Lines Matching defs:bootp
55 struct bootp { struct
62 nd_uint16_t bp_flags; /* flags - see bootp_flag_values[] argument
63 in print-bootp.c */ argument
64 nd_ipv4 bp_ciaddr; /* client IP address */
65 nd_ipv4 bp_yiaddr; /* 'your' IP address */
66 nd_ipv4 bp_siaddr; /* server IP address */
67 nd_ipv4 bp_giaddr; /* gateway IP address */
68 nd_byte bp_chaddr[16]; /* client hardware address */
69 nd_byte bp_sname[64]; /* server host name */
70 nd_byte bp_file[128]; /* boot file name */
71 nd_byte bp_vend[64]; /* vendor-specific area */