Searched defs:DestPort (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcImpl.c987 built by this routine. It uses the parameters OpFlags, DestIp, DestPort, GatewayIp,
999 @param[in] DestPort The destination UDP port number.
1025 IN EFI_PXE_BASE_CODE_UDP_PORT *DestPort,
1042 if (This == NULL || DestIp == NULL || DestPort == NULL) {
1126 Udp6Session.DestinationPort = *DestPort;
1149 Udp4Session.DestinationPort = *DestPort;
1197 from the UDP header will be returned in DestIp, DestPort, SrcIp, and SrcPort if
1198 they are not NULL. Depending on the values of OpFlags and the DestIp, DestPort,
1205 @param[in, out] DestPort The destination UDP port number.
1230 IN OUT EFI_PXE_BASE_CODE_UDP_PORT *DestPort OPTIONA
1021 EfiPxeBcUdpWrite( IN EFI_PXE_BASE_CODE_PROTOCOL *This, IN UINT16 OpFlags, IN EFI_IP_ADDRESS *DestIp, IN EFI_PXE_BASE_CODE_UDP_PORT *DestPort, IN EFI_IP_ADDRESS *GatewayIp OPTIONAL, IN EFI_IP_ADDRESS *SrcIp OPTIONAL, IN OUT EFI_PXE_BASE_CODE_UDP_PORT *SrcPort OPTIONAL, IN UINTN *HeaderSize OPTIONAL, IN VOID *HeaderPtr OPTIONAL, IN UINTN *BufferSize, IN VOID *BufferPtr ) argument
[all...]
H A DPxeBcSupport.c964 @param[in, out] DestPort The pointer to the destination port.
975 IN OUT UINT16 *DestPort,
991 if (DestPort != NULL) {
992 *DestPort = Port;
995 } else if (DestPort != NULL && *DestPort == Port) {
1119 @param[in, out] DestPort The pointer to the destination port.
1137 IN OUT EFI_PXE_BASE_CODE_UDP_PORT *DestPort OPTIONAL,
1189 *IsMatched = PxeBcCheckByDestPort (Mode, Session, DestPort, OpFlags);
1223 @param[in, out] DestPort Th
972 PxeBcCheckByDestPort( IN EFI_PXE_BASE_CODE_MODE *Mode, IN VOID *Session, IN OUT UINT16 *DestPort, IN UINT16 OpFlags ) argument
[all...]
H A DPxeBcDhcp6.c666 EFI_PXE_BASE_CODE_UDP_PORT DestPort; local
689 DestPort = PXEBC_BS_DISCOVER_PORT;
766 &DestPort,
801 &DestPort,
1552 EFI_PXE_BASE_CODE_UDP_PORT DestPort; local
1573 DestPort = PXEBC_BS_DISCOVER_PORT;
1620 &DestPort,
1659 &DestPort,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c1305 built by this routine. It uses the parameters OpFlags, DestIp, DestPort, GatewayIp,
1317 @param DestPort The destination UDP port number.
1343 IN EFI_PXE_BASE_CODE_UDP_PORT *DestPort,
1367 if ((This == NULL) || (DestIp == NULL) || (DestPort == NULL)) {
1439 Udp4Session.DestinationPort = *DestPort;
1584 from the UDP header will be returned in DestIp, DestPort, SrcIp, and SrcPort if
1585 they are not NULL. Depending on the values of OpFlags and the DestIp, DestPort,
1592 @param DestPort The destination UDP port number.
1617 IN OUT EFI_PXE_BASE_CODE_UDP_PORT *DestPort OPTIONAL,
1643 if (This == NULL || DestIp == NULL || DestPort
1339 EfiPxeBcUdpWrite( IN EFI_PXE_BASE_CODE_PROTOCOL *This, IN UINT16 OpFlags, IN EFI_IP_ADDRESS *DestIp, IN EFI_PXE_BASE_CODE_UDP_PORT *DestPort, IN EFI_IP_ADDRESS *GatewayIp OPTIONAL, IN EFI_IP_ADDRESS *SrcIp OPTIONAL, IN OUT EFI_PXE_BASE_CODE_UDP_PORT *SrcPort OPTIONAL, IN UINTN *HeaderSize OPTIONAL, IN VOID *HeaderPtr OPTIONAL, IN UINTN *BufferSize, IN VOID *BufferPtr ) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwininet.h387 DWORD DestPort; member in struct:_INTERNET_DIAGNOSTIC_SOCKET_INFO
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwininet.h390 DWORD DestPort; member in struct:_INTERNET_DIAGNOSTIC_SOCKET_INFO

Completed in 63 milliseconds