Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h156 #define SOCK_GET_SENDPKTPOOL(_sock) ((_sock)->netconn->pcb->fpcb.send.itemPool) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_app.c341 (void)FillpMallocBufItem(SOCK_GET_SENDPKTPOOL(sock), (void **)&bufItem, FILLP_FALSE); in SockSendReqFpcbItemWithSem()
354 (void)FillpMallocBufItem(SOCK_GET_SENDPKTPOOL(sock), (void **)&bufItem, FILLP_FALSE); in SockSendReqFpcbItemWithoutSem()