Home
last modified time | relevance | path

Searched refs:NSTACKX_CAPS_UDP_GSO (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h103 #define NSTACKX_CAPS_UDP_GSO NBITS(CAPS_UDP_GSO) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h216 return session->capability & NSTACKX_CAPS_UDP_GSO; in CapsGSO()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c478 …(void)NSTACKX_DFileSetCapabilities(NSTACKX_CAPS_UDP_GSO | NSTACKX_CAPS_WLAN_CATAGORY, capabilityVa… in TransOnFileChannelOpened()