Home | History | Annotate | Download | only in TcpDxe

Lines Matching refs:IP_VERSION_4

224   @param[in]  IpVersion          IP_VERSION_4 or IP_VERSION_6

242 if (IpVersion == IP_VERSION_4) {
358 if (Sk->IpVersion == IP_VERSION_4) {
428 if (Sk->IpVersion == IP_VERSION_4) {
490 if (Sk->IpVersion == IP_VERSION_4) {
535 if (Sk->IpVersion == IP_VERSION_4) {
602 if (Sk->IpVersion == IP_VERSION_4) {
747 if (((Sk->IpVersion == IP_VERSION_4) && !CfgData->Tcp4CfgData.AccessPoint.ActiveFlag) ||
806 if (Tcb->Sk->IpVersion == IP_VERSION_4) {
891 if (Tcb->Sk->IpVersion == IP_VERSION_4) {
903 ASSERT ((Data != NULL) && (Tcb != NULL) && (Tcb->Sk->IpVersion == IP_VERSION_4));