| 468 | } |
| 469 | |
| 470 | static void ResetBrowserQueryBackoff(Browser* browser, uint64_t next_query) |
| 471 | { |
| 472 | browser->m_NextQuery = next_query; |
| 473 | browser->m_QueryInterval = MDNS_BROWSER_INITIAL_QUERY_INTERVAL; |
| 474 | } |
| 475 | |
| 476 | static bool ReadU16(const uint8_t* data, uint32_t size, uint32_t* offset, uint16_t* out) |
| 477 | { |
no outgoing calls
no test coverage detected