Lines Matching refs:mAddress
120 memcpy(&temp.mAddress, &tp.laddr, sizeof(temp.mAddress)); in GetLocalAddress()
132 memcpy(&temp.mAddress, &tp.faddr, sizeof(temp.mAddress)); in GetPeerAddress()
143 VerifyOrExit(!AsCoreType(&aSockName.mAddress).IsUnspecified(), error = kErrorInvalidArgs); in Bind()
146 memcpy(&tp.laddr, &aSockName.mAddress, sizeof(tp.laddr)); in Bind()
166 memcpy(&sin6p.sin6_addr, &aSockName.mAddress, sizeof(sin6p.sin6_addr)); in Connect()
175 memcpy(&tp.faddr, &aSockName.mAddress, sizeof(tp.faddr)); in Connect()
557 memcpy(&tpl->laddr, &aSockName.mAddress, sizeof(tpl->laddr)); in Listen()
779 … VerifyOrExit(memcmp(&endpoint.GetTcb().laddr, &aSockName.mAddress, sizeof(tp->laddr)) != 0); in CanBind()
791 VerifyOrExit(memcmp(&tpl->laddr, &aSockName.mAddress, sizeof(tpl->laddr)) != 0); in CanBind()
999 memcpy(&addr.mAddress, aAddr, sizeof(addr.mAddress)); in tcplp_sys_accept_ready()
1049 memcpy(&addr.mAddress, aAddr, sizeof(addr.mAddress)); in tcplp_sys_accepted_connection()