Home
last modified time | relevance | path

Searched refs:directlySend (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dpcb.c288 void SpungePcbSetDirectlySend(struct SpungePcb *pcb, FILLP_INT directlySend) in SpungePcbSetDirectlySend() argument
290 pcb->fpcb.send.directlySend = directlySend; in SpungePcbSetDirectlySend()
H A Dnet.c92 void NetconnSetDirectlySend(struct FtNetconn *conn, FILLP_INT directlySend) in NetconnSetDirectlySend() argument
94 SpungePcbSetDirectlySend(conn->pcb, directlySend); in NetconnSetDirectlySend()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h167 FILLP_INT directlySend; member
246 return (pcb->send.directlySend == 0) ? FILLP_FALSE : FILLP_TRUE; in FillpPcbGetDirectlySend()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dpcb.h92 void SpungePcbSetDirectlySend(struct SpungePcb *pcb, FILLP_INT directlySend);
H A Dnet.h109 void NetconnSetDirectlySend(struct FtNetconn *conn, FILLP_INT directlySend);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dsocket_opt.c259 sock->directlySend = *(FILLP_INT *)optVal; in SockSetOptDirectlySend()
260 FILLP_LOGBUTT("fillp sock id: %d, set directlySend to %d", sock->index, sock->directlySend); in SockSetOptDirectlySend()
H A Dspunge_app.c74 sock->directlySend = 0; in SpungeInitSocket()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dsockets.h146 … FILLP_INT directlySend; /* directly send packet in the app thread instead of in the main thread */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c331 NetconnSetDirectlySend(sock->netconn, sock->directlySend); in SpungeHandleMsgConnect()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c556 NetconnSetDirectlySend(conn, sock->directlySend); in FillpInitNewconnBySock()