Home
last modified time | relevance | path

Searched refs:NSTACKX_PROTOCOL_UDP (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c309 case NSTACKX_PROTOCOL_UDP: in ClientSocketWithTargetDev()
310 socket->protocol = NSTACKX_PROTOCOL_UDP; in ClientSocketWithTargetDev()
354 case NSTACKX_PROTOCOL_UDP: in ServerSocket()
355 socket->protocol = NSTACKX_PROTOCOL_UDP; in ServerSocket()
484 } else if (socket->protocol == NSTACKX_PROTOCOL_UDP) { in SocketSend()
534 } else if (socket->protocol == NSTACKX_PROTOCOL_UDP) { in SocketRecv()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_socket.h24 NSTACKX_PROTOCOL_UDP, enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_socket.c93 return !(s == NULL || s->protocol != NSTACKX_PROTOCOL_UDP); in IsSocketValid()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_socket.c76 return !(s == NULL || s->protocol != NSTACKX_PROTOCOL_UDP); in IsSocketValid()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_send.c378 if (session->socket[socketIndex]->protocol == NSTACKX_PROTOCOL_UDP && in SendOutboundFrame()
H A Dnstackx_dfile.c1020 protocol = NSTACKX_PROTOCOL_UDP; in DFileRecverInit()
1208 protocol = CapsTcp(session) ? NSTACKX_PROTOCOL_TCP : NSTACKX_PROTOCOL_UDP; in DFileSenderInitWithTargetDev()
H A Dnstackx_dfile_session.c592 if (protocol == NSTACKX_PROTOCOL_UDP) { in DFileGetMTU()