Home
last modified time | relevance | path

Searched refs:nx_mdns_peer_string_bytes (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/addons/mdns/
Dnxd_mdns.h1183 …ULONG nx_mdns_peer_string_bytes; /* The number of total bytes in string… member
Dnxd_mdns.c11483 mdns_ptr -> nx_mdns_peer_string_bytes = 0; in _nx_mdns_cache_initialize()
12234 …ptr -> nx_mdns_peer_rr_count * sizeof(NX_MDNS_RR) + mdns_ptr -> nx_mdns_peer_string_bytes + 2 * si… in _nx_mdns_cache_add_string()
12290 mdns_ptr -> nx_mdns_peer_string_bytes += memory_len; in _nx_mdns_cache_add_string()
12440 mdns_ptr -> nx_mdns_peer_string_bytes -= string_len; in _nx_mdns_cache_delete_string()