Searched refs:openConnection (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp442 pxenv_tftp_open openConnection; local
443 openConnection.server_ip.num = htonl(fServerIP);
444 openConnection.gateway_ip.num = 0;
445 strlcpy(openConnection.file_name, fileName, sizeof(getFileSize.file_name));
446 openConnection.port = htons(ServerPort());
447 openConnection.packet_size = 1456;
449 res = call_pxe_bios(fPxeData, TFTP_OPEN, &openConnection);
450 if (res != 0 || openConnection.status != 0) {
452 openConnection.status);
458 uint16 packetSize = openConnection
[all...]

Completed in 83 milliseconds