Home
last modified time | relevance | path

Searched defs:localAddr (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c218 struct sockaddr_in6 localAddr = { 0 }; in StartNStackXDFileServer() local
228 struct sockaddr_in localAddr = { 0 }; in StartNStackXDFileServer() local
261 struct sockaddr_in6 localAddr = { 0 }; in StartNStackXDFileClient() local
270 struct sockaddr_in localAddr = { 0 }; in StartNStackXDFileClient() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_app.c85 struct in_addr *localAddr = GetLocalIfaceIp(g_coapCtx.iface); in IsLoopBackPacket() local
137 struct sockaddr_in localAddr; in CoapCreateUdpClientEx() local
324 struct sockaddr_in localAddr; in CoapCreateUdpServer() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_socket.c180 struct sockaddr_in localAddr; in CreateTcpServer() local
247 struct sockaddr_in localAddr; in CreateUdpServer() local
390 struct sockaddr_in localAddr; in SetAcceptSocket() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_client.c266 static coap_session_t *CoapGetSessionEx(coap_context_t *ctx, const char *localAddr, const char *loc… in CoapGetSessionEx()
317 coap_session_t *CoapGetSession(coap_context_t *ctx, const char *localAddr, const char *localPort, in CoapGetSession()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dpcb.h55 struct sockaddr_in6 localAddr; member
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access.cpp174 std::string localAddr = INVALID_MAC_ADDRESS; in GetLocalAddress() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_dev.c199 int32_t BindToDevice(SocketDesc sockfd, const struct sockaddr_in *localAddr) in BindToDevice()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_dev.c199 int32_t BindToDevice(SocketDesc sockfd, const struct sockaddr_in *localAddr) in BindToDevice()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c567 struct sockaddr *localAddr = (struct sockaddr *)(void *)(&spcb->localAddr); in FillpInitNewConnByConfirm() local
1894 struct sockaddr *localAddr = (struct sockaddr *)(void *)(&spcb->localAddr); in FillpGenerateCookie() local
1947 struct sockaddr *localAddr = (struct sockaddr *)(void *)(&spcb->localAddr); in FillpValidateCookieHmac() local
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_type.h160 SoftbusMacAddr localAddr; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c426 struct sockaddr_in *localAddr = FILLP_NULL_PTR; in SpungeHandleMsgBind() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.c287 int SMP_StartPair(uint16_t handle, const BtAddr *localAddr, const BtAddr *peerAddr, const SMP_PairP… in SMP_StartPair()
442 …uint16_t handle, uint8_t rejectReason, const BtAddr *localAddr, const BtAddr *peerAddr, const SMP_… in SMP_RemotePairRequestReply()
H A Dsmp_def.h260 BtAddr localAddr; member
277 BtAddr localAddr; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h402 BcMacAddr localAddr; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c527 FILLP_CHAR localAddr[INET6_ADDRSTRLEN]; in DoShowSockList() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp245 BtAddr localAddr; in SendData() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c1148 int32_t NSTACKX_DFileServer(struct sockaddr_in *localAddr, socklen_t addrLen, const uint8_t *key, u… in NSTACKX_DFileServer()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c1849 int BTM_GetLeConnectionAddress(uint16_t connectionHandle, BtAddr *localAddr, BtAddr *peerAddr) in BTM_GetLeConnectionAddress()