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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Wrq.c425 if (UdpEpt->RemotePort != Instance->ServerDataPort) {
426 if (Instance->ServerDataPort != 0) {
429 Instance->ServerDataPort = UdpEpt->RemotePort;
H A DMtftp6Support.c738 Instance->ServerDataPort,
753 if (Udp6CfgData.RemotePort != Instance->ServerDataPort) {
764 Instance->ServerDataPort,
932 Instance->ServerDataPort = 0;
1029 Instance->ServerDataPort = 0;
H A DMtftp6Rrq.c697 if (UdpEpt->RemotePort != Instance->ServerDataPort) {
698 if (Instance->ServerDataPort != 0) {
707 Instance->ServerDataPort = UdpEpt->RemotePort;
H A DMtftp6Impl.h81 UINT16 ServerDataPort; member in struct:_MTFTP6_INSTANCE

Completed in 91 milliseconds