Home
last modified time | relevance | path

Searched refs:IpVersion (Results 1 – 25 of 42) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DDxeIpIoLib.c140 IN UINT8 IpVersion, in IpIoCreateIpChildOpenProtocol() argument
148 if (IpVersion == IP_VERSION_4) { in IpIoCreateIpChildOpenProtocol()
151 } else if (IpVersion == IP_VERSION_6){ in IpIoCreateIpChildOpenProtocol()
217 IN UINT8 IpVersion in IpIoCloseProtocolDestroyIpChild() argument
224 if (IpVersion == IP_VERSION_4) { in IpIoCloseProtocolDestroyIpChild()
227 } else if (IpVersion == IP_VERSION_6) { in IpIoCloseProtocolDestroyIpChild()
284 ASSERT (IpIo->IpVersion == IP_VERSION_4); in IpIoIcmpv4Handler()
415 ASSERT (IpIo->IpVersion == IP_VERSION_6); in IpIoIcmpv6Handler()
567 if (IpIo->IpVersion == IP_VERSION_4) { in IpIoIcmpHandler()
571 } else if (IpIo->IpVersion == IP_VERSION_6) { in IpIoIcmpHandler()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecDebug.h24 #define IPSEC_DUMP_PACKET(Packet, Direction, IpVersion) IpSecDumpPacket (Packet, Direction, IpVers… argument
46 IN UINT8 IpVersion
76 IN UINT8 IpVersion
DIpSecImpl.c41 IN UINT8 IpVersion, in IpSecValidAddressRange() argument
57 AddrLen = (UINT8) ((IpVersion == IP_VERSION_4) ? 32 : 128); in IpSecValidAddressRange()
156 IN UINT8 IpVersion, in IpSecMatchIpAddress() argument
174 IpVersion, in IpSecMatchIpAddress()
328 IN UINT8 IpVersion in IpSecLookupSadBySpd() argument
341 IpVersion, in IpSecLookupSadBySpd()
367 IN UINT8 IpVersion in IpSecLookupSadBySpi() argument
395 IpVersion, in IpSecLookupSadBySpi()
438 IN UINT8 IpVersion, in IpSecLookupSadEntry() argument
453 UdpService = IkeLookupUdp (Private, NicHandle, IpVersion); in IpSecLookupSadEntry()
[all …]
DIpSecMain.c50 IN UINT8 IpVersion, in IpSecProcess() argument
92 IpVersion, in IpSecProcess()
144 IpVersion, in IpSecProcess()
168 IpVersion, in IpSecProcess()
181 IpVersion, in IpSecProcess()
206 IpVersion, in IpSecProcess()
DIpSecImpl.h177 IN UINT8 IpVersion,
215 IN UINT8 IpVersion,
241 IN UINT8 IpVersion,
258 IN UINT8 IpVersion,
280 IN UINT8 IpVersion,
317 IN UINT8 IpVersion,
339 IN UINT8 IpVersion
372 IN UINT8 IpVersion,
DIpSecDriver.c43 IN UINT8 IpVersion in IpSecSupported() argument
49 if (IpVersion == IP_VERSION_4) { in IpSecSupported()
92 IN UINT8 IpVersion in IpSecStart() argument
110 if (IpVersion == IP_VERSION_4) { in IpSecStart()
172 IN UINT8 IpVersion in IpSecStop() argument
198 if ((IpVersion == IP_VERSION_4 && Private->Udp6Num ==0) || in IpSecStop()
199 (IpVersion == IP_VERSION_6 && Private->Udp4Num ==0)) { in IpSecStop()
223 if (IpVersion == IP_VERSION_4) { in IpSecStop()
DIpSecDebug.c113 IN UINT8 IpVersion in IpSecDumpAddress() argument
116 if (IpVersion == IP_VERSION_6) { in IpSecDumpAddress()
200 IN UINT8 IpVersion in IpSecDumpPacket() argument
254 IpSecDumpAddress (DEBUG_INFO, &Packet->RemotePeerIp, IpVersion); in IpSecDumpPacket()
DIkeService.c77 IN UINT8 IpVersion in IkeLookupUdp() argument
86 Head = (IpVersion == IP_VERSION_4) ? &Private->Udp4List : &Private->Udp6List; in IkeLookupUdp()
232 if (UdpService->IpVersion == UDP_IO_UDP4_VERSION) { in IkeOpenOutputUdp()
438 Udp4Srv->IpVersion = UDP_IO_UDP4_VERSION; in IkeOpenInputUdp4()
508 Udp6Srv->IpVersion = UDP_IO_UDP6_VERSION; in IkeOpenInputUdp6()
554 Private = (UdpService->IpVersion == IP_VERSION_4) ? in IkeNegotiate()
575 PadEntry = IpSecLookupPadEntry (UdpService->IpVersion, RemoteIp); in IkeNegotiate()
640 Private = (UdpService->IpVersion == IP_VERSION_4) ? in IkeDispatch()
669 if (UdpService->IpVersion == IP_VERSION_4) { in IkeDispatch()
DIkeService.h237 IN UINT8 IpVersion
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpDriver.c244 IN UINT8 IpVersion in TcpCreateService() argument
253 if (IpVersion == IP_VERSION_4) { in TcpCreateService()
296 TcpServiceData->IpVersion = IpVersion; in TcpCreateService()
303 TcpServiceData->IpIo = IpIoCreate (Image, Controller, IpVersion); in TcpCreateService()
313 if (IpVersion == IP_VERSION_4) { in TcpCreateService()
426 IN UINT8 IpVersion in TcpDestroyService() argument
438 ASSERT ((IpVersion == IP_VERSION_4) || (IpVersion == IP_VERSION_6)); in TcpDestroyService()
440 if (IpVersion == IP_VERSION_4) { in TcpDestroyService()
766 if (This->IpVersion == IP_VERSION_4) { in TcpCreateSocketCallback()
833 if (This->IpVersion == IP_VERSION_4) { in TcpDestroySocketCallback()
[all …]
DTcpDispatcher.c234 IN UINT8 IpVersion in TcpBind() argument
242 if (IpVersion == IP_VERSION_4) { in TcpBind()
256 if (TcpFindTcbByPeer (&Local, *Port, IpVersion)) { in TcpBind()
272 while (TcpFindTcbByPeer (&Local, *RandomPort, IpVersion)) { in TcpBind()
358 if (Sk->IpVersion == IP_VERSION_4) { in TcpAttachPcb()
428 if (Sk->IpVersion == IP_VERSION_4) { in TcpDetachPcb()
490 if (Sk->IpVersion == IP_VERSION_4) { in TcpConfigurePcb()
510 ASSERT (Sk->IpVersion == IP_VERSION_6); in TcpConfigurePcb()
535 if (Sk->IpVersion == IP_VERSION_4) { in TcpConfigurePcb()
561 Status = TcpBind (TcpAp, Sk->IpVersion); in TcpConfigurePcb()
[all …]
DTcpIo.c42 TcpInput (Pkt, &NetSession->Source, &NetSession->Dest, NetSession->IpVersion); in TcpRxCallback()
49 NetSession->IpVersion in TcpRxCallback()
121 ASSERT (Version == IpIo->IpVersion); in TcpSendIpPacket()
DTcpMisc.c60 if (Tcb->Sk->IpVersion == IP_VERSION_4) { in TcpInitTcbLocal()
261 if ((Version != Node->Sk->IpVersion) || in TcpLocateListenTcb()
330 if ((Version == Tcb->Sk->IpVersion) && in TcpFindTcbByPeer()
342 if ((Version == Tcb->Sk->IpVersion) && in TcpFindTcbByPeer()
395 if ((Version == Tcb->Sk->IpVersion) && in TcpLocateTcb()
461 if (TCP_PEER_EQUAL (&Tcb->LocalEnd, &Node->LocalEnd, Tcb->Sk->IpVersion) && in TcpInsertTcb()
462 TCP_PEER_EQUAL (&Tcb->RemoteEnd, &Node->RemoteEnd, Tcb->Sk->IpVersion) in TcpInsertTcb()
560 if (Sock->IpVersion == IP_VERSION_4) { in TcpGetRcvMss()
965 TcpSendIpPacket (Tcb, Nbuf, &Tcb->LocalEnd.Ip, &Tcb->RemoteEnd.Ip, Tcb->Sk->IpVersion); in TcpResetConnection()
1000 if (Sock->IpVersion == IP_VERSION_4) { in TcpInstallDevicePath()
DSockImpl.c663 if (SockInitData->IpVersion == IP_VERSION_4) { in SockCreate()
739 Sock->IpVersion = SockInitData->IpVersion; in SockCreate()
879 if (Sock->IpVersion == IP_VERSION_4) { in SockDestroy()
1027 InitData.IpVersion = Sock->IpVersion; in SockClone()
DTcpDriver.h33 UINT8 IpVersion; member
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DIpIoLib.h173 UINT8 IpVersion; ///< The IP version of the received packet. member
263 UINT8 IpVersion; member
308 UINT8 IpVersion; member
332 IN UINT8 IpVersion
528 IN UINT8 IpVersion,
551 IN UINT8 IpVersion,
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpDriver.c309 IN UINT8 IpVersion in HttpDxeSupported() argument
315 if (IpVersion == IP_VERSION_4) { in HttpDxeSupported()
359 IN UINT8 IpVersion in HttpDxeStart() argument
407 if (IpVersion == IP_VERSION_4) { in HttpDxeStart()
517 IN UINT8 IpVersion in HttpDxeStop() argument
533 if (IpVersion == IP_VERSION_4) { in HttpDxeStop()
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootConfigNVDataStruc.h42 UINT8 IpVersion; member
DHttpBootSupport.h185 UINT8 IpVersion; member
269 IN UINT8 IpVersion,
DHttpBootSupport.c649 IN UINT8 IpVersion, in HttpIoCreateIo() argument
665 if (IpVersion != IP_VERSION_4 && IpVersion != IP_VERSION_6) { in HttpIoCreateIo()
701 HttpIo->IpVersion = IpVersion; in HttpIoCreateIo()
707 if (HttpIo->IpVersion == IP_VERSION_4) { in HttpIoCreateIo()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiDriver.c248 IN UINT8 IpVersion in IScsiSupported() argument
256 if (IpVersion == IP_VERSION_4) { in IScsiSupported()
295 if (IScsiDhcpIsConfigured (ControllerHandle, IpVersion)) { in IScsiSupported()
336 IN UINT8 IpVersion in IScsiStart() argument
367 if (IpVersion == IP_VERSION_4) { in IScsiStart()
371 } else if (IpVersion == IP_VERSION_6) { in IScsiStart()
477 if (IpVersion == IP_VERSION_4) { in IScsiStart()
1015 IN UINT8 IpVersion in IScsiStop() argument
1053 if (IpVersion == IP_VERSION_4) { in IScsiStop()
1079 if (IpVersion == IP_VERSION_4) { in IScsiStop()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DExchange.c55 Private = (UdpService->IpVersion == IP_VERSION_4) ? in Ikev2NegotiateSa()
413 Private = (UdpService->IpVersion == IP_VERSION_4) ? in Ikev2HandleSa()
430 PadEntry = IpSecLookupPadEntry (UdpService->IpVersion, &IkePacket->RemotePeerIp); in Ikev2HandleSa()
642 Private = (UdpService->IpVersion == IP_VERSION_4) ? in Ikev2HandleChildSa()
744 Private = (UdpService->IpVersion == IP_VERSION_4) ? in Ikev2HandleInfo()
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDriver.c108 if (Service->IpVersion == IP_VERSION_4) { in DnsCreateInstance()
120 Service->IpVersion, in DnsCreateInstance()
238 IN UINT8 IpVersion, in DnsCreateService() argument
257 if (IpVersion == IP_VERSION_4) { in DnsCreateService()
276 DnsSb->IpVersion = IpVersion; in DnsCreateService()
282 if (DnsSb->IpVersion == IP_VERSION_4) { in DnsCreateService()
319 DnsSb->IpVersion, in DnsCreateService()
DDnsDriver.h67 UINT8 IpVersion; member
210 IN UINT8 IpVersion,
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDriver.c1304 IN UINT8 IpVersion in PxeBcSupported() argument
1311 if (IpVersion == IP_VERSION_4) { in PxeBcSupported()
1373 IN UINT8 IpVersion in PxeBcStart() argument
1473 if (IpVersion == IP_VERSION_4) { in PxeBcStart()
1503 if (IpVersion == IP_VERSION_4) { in PxeBcStart()
1540 IN UINT8 IpVersion in PxeBcStop() argument
1568 if (IpVersion == IP_VERSION_4) { in PxeBcStop()
1623 if (Private->Ip4Nic != NULL && IpVersion == IP_VERSION_4) { in PxeBcStop()
1627 if (Private->Ip6Nic != NULL && IpVersion == IP_VERSION_6) { in PxeBcStop()

12