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