Searched refs:info_struct_size (Results 1 – 1 of 1) sorted by relevance
355 const int info_struct_size = offsetof(struct nw_info_struct, nameLen); in ncp_extract_file_info() local357 memcpy(target, structure, info_struct_size); in ncp_extract_file_info()358 name_len = structure + info_struct_size; in ncp_extract_file_info()