Lines Matching refs:EntryContext
760 struct EntryContext;
883 bool ShouldAppendTo(EntryContext &aContext);
886 Error ExtendAnswerDelay(EntryContext &aContext);
1000 template <typename EntryType> void HandleTimer(EntryContext &aContext);
1048 void HandleTimer(EntryContext &aContext);
1050 void PrepareResponse(EntryContext &aContext);
1064 void PrepareResponseRecords(EntryContext &aContext);
1108 void HandleTimer(EntryContext &aContext);
1110 void PrepareResponse(EntryContext &aContext);
1138 void PrepareResponseRecords(EntryContext &aContext);
1201 void HandleTimer(EntryContext &aContext);
1202 void PrepareResponse(EntryContext &aContext);
1206 void PrepareResponseRecords(EntryContext &aContext);
1275 …struct EntryContext : private NonCopyable // Used when preparing entry response (e.g. from `Handle… struct in ot::Dns::Multicast::Core
1277 EntryContext(Instance &aInstance, TxMessage::Type aResponseType);
1278 …EntryContext(Instance &aInstance, TxMessage::Type aResponseType, const AddressInfo &aDest, uint16_…