Home
last modified time | relevance | path

Searched refs:LNN_PROTOCOL_NIP (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_protocol_def.h35 #define LNN_PROTOCOL_NIP (1L << 7) macro
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_manager.c262 if (connInfo->socketOption.protocol == LNN_PROTOCOL_NIP) { in TransUpdateAppInfo()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c1422 if ((req.remoteSupporttedProtocol & LNN_PROTOCOL_NIP) != 0 && in LnnLaneSelectProtocol()
1426 req.remoteSupporttedProtocol ^= LNN_PROTOCOL_NIP; in LnnLaneSelectProtocol()
1508 ProtocolType acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in LaneLinkOfWlan()
1510 acceptableProtocols |= LNN_PROTOCOL_NIP; in LaneLinkOfWlan()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_lane.c395 allocInfo->acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in AuthGetLaneAllocInfo()
H A Dauth_tcp_connection.c479 .protocol = LNN_PROTOCOL_NIP in NipSocketConnectDevice()
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c984 allocInfo->acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in GetAllocInfoBySessionParam()
999 allocInfo->acceptableProtocols |= LNN_PROTOCOL_NIP; in GetAllocInfoBySessionParam()
1038 requestOption->requestInfo.trans.acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in GetRequestOptionBySessionParam()
1043 requestOption->requestInfo.trans.acceptableProtocols |= LNN_PROTOCOL_NIP; in GetRequestOptionBySessionParam()
H A Dtrans_channel_common.c326 if (connOpt->type != CONNECT_TCP || connOpt->socketOption.protocol != LNN_PROTOCOL_NIP) { in TransOpenChannelSetModule()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_server_tcp_direct_test.cpp606 connInfo->socketOption.protocol = LNN_PROTOCOL_NIP; in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_listener.c414 option.requestInfo.trans.acceptableProtocols = LNN_PROTOCOL_ALL ^ LNN_PROTOCOL_NIP; in TransGetConnectOption()
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp570 connOpt.socketOption.protocol = LNN_PROTOCOL_NIP; in HWTEST_F()

Completed in 13 milliseconds