Home
last modified time | relevance | path

Searched refs:FILLP_DEFAULT_UDP_SEND_MSG_NUM (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dres.c32 FILLP_DEFAULT_UDP_SEND_MSG_NUM, /* udp.numMsgSend */
85 #if FILLP_DEFAULT_UDP_SEND_MSG_NUM > FILLP_VLEN /* refer to FillpSendOne function for more details …
93 g_resource.udp.numMsgSend = FILLP_DEFAULT_UDP_SEND_MSG_NUM; in InitGlobalResourceDefault()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dpdt_fc.h283 #ifndef FILLP_DEFAULT_UDP_SEND_MSG_NUM
284 #define FILLP_DEFAULT_UDP_SEND_MSG_NUM 1 macro