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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Impl.h128 UINT16 ListeningPort; member in struct:_MTFTP4_PROTOCOL
H A DMtftp4Impl.c85 Instance->ListeningPort = 0;
447 Instance->ListeningPort = Config->InitialServerPort;
464 Instance->ListeningPort = Override->ServerPort;
469 if (Instance->ListeningPort == 0) {
470 Instance->ListeningPort = MTFTP4_DEFAULT_SERVER_PORT;
H A DMtftp4Support.c490 UdpPoint.RemotePort = Instance->ListeningPort;
547 UdpPoint.RemotePort = Instance->ListeningPort;

Completed in 9 milliseconds