Searched defs:UdpEpt (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Wrq.c376 @param[in] UdpEpt The pointer to the Udp6 access point.
385 IN UDP_END_POINT *UdpEpt,
425 if (UdpEpt->RemotePort != Instance->ServerDataPort) {
429 Instance->ServerDataPort = UdpEpt->RemotePort;
383 Mtftp6WrqInput( IN NET_BUF *UdpPacket, IN UDP_END_POINT *UdpEpt, IN EFI_STATUS IoStatus, IN VOID *Context ) argument
H A DMtftp6Rrq.c631 @param[in] UdpEpt The pointer to the Udp6 access point.
640 IN UDP_END_POINT *UdpEpt,
682 Ip6Swap128 (&UdpEpt->LocalAddr.v6),
697 if (UdpEpt->RemotePort != Instance->ServerDataPort) {
707 Instance->ServerDataPort = UdpEpt->RemotePort;
638 Mtftp6RrqInput( IN NET_BUF *UdpPacket, IN UDP_END_POINT *UdpEpt, IN EFI_STATUS IoStatus, IN VOID *Context ) argument
H A DMtftp6Support.c607 @param[in] UdpEpt The pointer to the Udp6 access point.
616 IN UDP_END_POINT *UdpEpt,
614 Mtftp6OnPacketSent( IN NET_BUF *Packet, IN UDP_END_POINT *UdpEpt, IN EFI_STATUS IoStatus, IN VOID *Context ) argument

Completed in 37 milliseconds