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 D | pcb.c | 288 void SpungePcbSetDirectlySend(struct SpungePcb *pcb, FILLP_INT directlySend) in SpungePcbSetDirectlySend() argument 290 pcb->fpcb.send.directlySend = directlySend; in SpungePcbSetDirectlySend()
|
H A D | net.c | 92 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 D | fillp_pcb.h | 167 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 D | pcb.h | 92 void SpungePcbSetDirectlySend(struct SpungePcb *pcb, FILLP_INT directlySend);
|
H A D | net.h | 109 void NetconnSetDirectlySend(struct FtNetconn *conn, FILLP_INT directlySend);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | socket_opt.c | 259 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 D | spunge_app.c | 74 sock->directlySend = 0; in SpungeInitSocket()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | sockets.h | 146 … 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 D | spunge_message.c | 331 NetconnSetDirectlySend(sock->netconn, sock->directlySend); in SpungeHandleMsgConnect()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_conn.c | 556 NetconnSetDirectlySend(conn, sock->directlySend); in FillpInitNewconnBySock()
|