Lines Matching defs:aMessage
295 Error Client::AppendHeader(Message &aMessage) in AppendHeader()
305 Error Client::AppendElapsedTime(Message &aMessage) in AppendElapsedTime()
314 Error Client::AppendClientIdentifier(Message &aMessage) in AppendClientIdentifier()
329 Error Client::AppendIaNa(Message &aMessage, uint16_t aRloc16) in AppendIaNa()
365 Error Client::AppendIaAddress(Message &aMessage, uint16_t aRloc16) in AppendIaAddress()
390 Error Client::AppendRapidCommit(Message &aMessage) in AppendRapidCommit()
398 void Client::HandleUdpReceive(void *aContext, otMessage *aMessage, const otMessageInfo *aMessageInf… in HandleUdpReceive()
403 void Client::HandleUdpReceive(Message &aMessage, const Ip6::MessageInfo &aMessageInfo) in HandleUdpReceive()
421 void Client::ProcessReply(Message &aMessage) in ProcessReply()
453 uint16_t Client::FindOption(Message &aMessage, uint16_t aOffset, uint16_t aLength, Dhcp6::Code aCod… in FindOption()
477 Error Client::ProcessServerIdentifier(Message &aMessage, uint16_t aOffset) in ProcessServerIdentifier()
493 Error Client::ProcessClientIdentifier(Message &aMessage, uint16_t aOffset) in ProcessClientIdentifier()
510 Error Client::ProcessIaNa(Message &aMessage, uint16_t aOffset) in ProcessIaNa()
546 Error Client::ProcessStatusCode(Message &aMessage, uint16_t aOffset) in ProcessStatusCode()
559 Error Client::ProcessIaAddress(Message &aMessage, uint16_t aOffset) in ProcessIaAddress()