Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h164 #define FILLP_SOCK_DIRECTLY_SEND 0x4 macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_opt.c278 case FILLP_SOCK_DIRECTLY_SEND: in SockSetSockOptFillp()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp848 …FILLP_INT ret = FtSetSockOpt(streamFd, IPPROTO_FILLP, FILLP_SOCK_DIRECTLY_SEND, &enable, sizeof(en… in EnableDirectlySend()