Home
last modified time | relevance | path

Searched refs:NSTACKX_PROTOCOL_D2D (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_socket.h25 NSTACKX_PROTOCOL_D2D enumerator
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c313 case NSTACKX_PROTOCOL_D2D: in ClientSocketWithTargetDev()
358 case NSTACKX_PROTOCOL_D2D: in ServerSocket()
359 socket->protocol = NSTACKX_PROTOCOL_D2D; in ServerSocket()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c594 } else if (protocol == NSTACKX_PROTOCOL_D2D) { in DFileGetMTU()