Home
last modified time | relevance | path

Searched refs:g_gsoSupport (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_socket.c29 static int32_t g_gsoSupport = 0; variable
33 return g_gsoSupport; in SupportGSO()
155 g_gsoSupport = 1; in RecvUdpSegment()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcheck_gso_support.c34 FILLP_INT g_gsoSupport = FILLP_FALSE; variable
89 g_gsoSupport = FILLP_TRUE; in RecvUdpSegment()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dcheck_gso_support.h21 extern FILLP_INT g_gsoSupport;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c126 if (g_gsoSupport == FILLP_TRUE && pcb->sendmsgEio == FILLP_FALSE) { in FillpDoneSendAllData()
404 if (g_gsoSupport == FILLP_FALSE || fpcb->sendmsgEio == FILLP_TRUE) { in FillpSendItem()