Home
last modified time | relevance | path

Searched defs:myAddr (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_p2p_test.cpp604 const char *myAddr = HML_ADDR; variable
622 const char *myAddr = MY_IP; variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c680 static int32_t AddHmlTrigger(int32_t fd, const char *myAddr, int64_t seq) in AddHmlTrigger()
718 static int32_t AddP2pOrHmlTrigger(int32_t fd, const char *myAddr, int64_t seq) in AddP2pOrHmlTrigger()
738 char myAddr[IP_LEN] = { 0 }; in OnVerifyP2pReply() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1091 IN FILLP_CONST void *myAddr, /* bind addr */ in FillpFuncBindSocket()
1099 IN FILLP_CONST void *myAddr, /* bind addr */ in FillpFuncConnectSocket()
1107 IN void *myAddr, /* bind addr */ in FillpFuncGetSockName()