Lines Matching refs:IpVersion
244 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()
908 mTcpDefaultSockData.IpVersion = TcpServiceData->IpVersion; in TcpServiceBindingCreateChild()
910 if (TcpServiceData->IpVersion == IP_VERSION_4) { in TcpServiceBindingCreateChild()