Lines Matching defs:netboot_info
97 struct netboot_info { struct
98 struct in_addr client_ip;
99 struct in_addr server_ip;
100 char * server_name;
101 size_t server_name_length;
102 char * mount_point;
103 size_t mount_point_length;
104 char * image_path;
105 size_t image_path_length;
106 NetBootImageType image_type;
107 char * second_image_path;
108 size_t second_image_path_length;