Searched defs:destination (Results 1 – 12 of 12) sorted by relevance
24 bool NanoPacket::DeserializeWord(T *destination, uint8_t byte) { in DeserializeWord()
37 void AppendVector(std::vector<T>* destination, const std::vector<T>& source) { in AppendVector()
39 void AppendVector(std::vector<T>* destination, const std::vector<T>& source) { in AppendVector()
50 const std::string& destination) { in CreateWifiWrapper()
145 const MacAddress& Frame::destination() const { in destination() function in Frame
137 void setRadioDestination(const MacAddress& destination) { in setRadioDestination()
172 const MacAddress& destination = frame->destination(); in forwardFrame() local
521 void DhcpClient::sendDhcpRequest(in_addr_t destination) { in sendDhcpRequest()
177 for (const auto& destination : destinations_) { in operator ()() local
168 in_addr_t destination, in sendRawUdp()
193 const std::string& destination) { in ArtifactToFile()
260 void VectorBase<Dimension, Type>::Store(const Vector<Dimension, Type> &source, Type *destination) in Store()