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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c1253 ZeroMem ( &pTftpServer->TftpServerAddress,
1254 sizeof ( pTftpServer->TftpServerAddress ));
1259 pTftpServer->TftpServerAddress.sin_len = sizeof ( pTftpServer->TftpServerAddress );
1260 pTftpServer->TftpServerAddress.sin_family = AF_INET;
1261 pTftpServer->TftpServerAddress.sin_addr.s_addr = INADDR_ANY;
1262 pTftpServer->TftpServerAddress.sin_port = htons ( TftpPort );
1268 (struct sockaddr *) &pTftpServer->TftpServerAddress,
1269 pTftpServer->TftpServerAddress.sin_len );
H A DTftpServer.h184 struct sockaddr_in TftpServerAddress; ///< Address of the local TFTP server member in struct:__anon9942

Completed in 225 milliseconds