Lines Matching refs:NetSession

92   IN EFI_NET_SESSION_DATA  *NetSession,
214 IN EFI_NET_SESSION_DATA *NetSession,
233 IN EFI_NET_SESSION_DATA *NetSession,
250 IN EFI_NET_SESSION_DATA *NetSession,
1028 IN EFI_NET_SESSION_DATA *NetSession, in Udp6DgramRcvd() argument
1043 Udp6Demultiplex ((UDP6_SERVICE_DATA *) Context, NetSession, Packet); in Udp6DgramRcvd()
1048 Udp6IcmpHandler ((UDP6_SERVICE_DATA *) Context, IcmpError, NetSession, Packet); in Udp6DgramRcvd()
1591 IN EFI_NET_SESSION_DATA *NetSession, in Udp6Demultiplex() argument
1617 &NetSession->Source.v6, in Udp6Demultiplex()
1618 &NetSession->Dest.v6, in Udp6Demultiplex()
1636 IP6_COPY_ADDRESS (&Udp6Session->SourceAddress, &NetSession->Source); in Udp6Demultiplex()
1637 IP6_COPY_ADDRESS (&Udp6Session->DestinationAddress, &NetSession->Dest); in Udp6Demultiplex()
1655 Udp6SendPortUnreach (Udp6Service->IpIo, NetSession, Udp6Header); in Udp6Demultiplex()
1685 IN EFI_NET_SESSION_DATA *NetSession, in Udp6SendPortUnreach() argument
1705 if (NetSession->IpVersion == IP_VERSION_6) { in Udp6SendPortUnreach()
1706 if (NetIp6IsUnspecifiedAddr (&NetSession->Dest.v6) || in Udp6SendPortUnreach()
1707 IP6_IS_MULTICAST (&NetSession->Dest.v6) in Udp6SendPortUnreach()
1714 IpSender = IpIoFindSender (&IpIo, NetSession->IpVersion, &NetSession->Dest); in Udp6SendPortUnreach()
1745 Len = NetSession->IpHdrLen + in Udp6SendPortUnreach()
1786 CopyMem (Ptr, NetSession->IpHdr.Ip6Hdr, NetSession->IpHdrLen); in Udp6SendPortUnreach()
1788 Ptr + NetSession->IpHdrLen, in Udp6SendPortUnreach()
1790 Len - NetSession->IpHdrLen - sizeof (IP6_ICMP_ERROR_HEAD) + sizeof (EFI_IP6_HEADER) in Udp6SendPortUnreach()
1808 IpIoSend (IpIo, Packet, IpSender, NULL, NULL, &NetSession->Source, &Override); in Udp6SendPortUnreach()
1834 IN EFI_NET_SESSION_DATA *NetSession, in Udp6IcmpHandler() argument
1851 IP6_COPY_ADDRESS (&Udp6Session.SourceAddress, &NetSession->Source); in Udp6IcmpHandler()
1852 IP6_COPY_ADDRESS (&Udp6Session.DestinationAddress, &NetSession->Dest); in Udp6IcmpHandler()