Searched refs:ed (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/dlp/SimpleServer/ |
| D | Parent.cpp | 58 nn::uds::EndpointDescriptor ed; in DoParent() local 117 if ((result = nn::uds::CreateEndpoint(&ed)).IsFailure()) in DoParent() 218 nn::uds::CTR::DestroyEndpoint(&ed); in DoParent() 236 …if (nn::uds::SendTo(ed, &sendCount, sizeof(sendCount), nn::uds::BROADCAST_NODE_ID, 1, nn::uds::NO_… in DoParent()
|
| /CTR-SDK-4.2.7-SampleDemos/dlp/Child_0/ |
| D | Child.cpp | 92 nn::uds::EndpointDescriptor ed; in nnMain() local 223 NN_UTIL_PANIC_IF_FAILED(nn::uds::CreateEndpoint(&ed)); in nnMain() 224 … NN_UTIL_PANIC_IF_FAILED(nn::uds::Attach(&ed, nn::uds::BROADCAST_NODE_ID, 1)); in nnMain() 269 …result = nn::uds::ReceiveFrom(ed, counter, &recvedSize, &srcNodeId, sizeof(counter), nn::uds::NO_W… in nnMain() 274 NN_UTIL_PANIC_IF_FAILED(nn::uds::DestroyEndpoint(&ed)); in nnMain()
|