Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/mdns/
Dnxd_mdns.h1273 VOID *local_cache_ptr, UINT local_cache_size,
1278 VOID *local_cache_ptr, UINT local_cache_size,
Dnxd_mdns.c140 …dns_cache_initialize(NX_MDNS *mdns_ptr, VOID *local_cache_ptr, UINT local_cache_size, VOID *peer_c…
213 VOID *local_cache_ptr, UINT local_cache_size, in _nxe_mdns_create() argument
258 if ((!local_cache_ptr) || (local_cache_size < 8)) in _nxe_mdns_create()
265 ((local_cache_size & 0x3) != 0)) in _nxe_mdns_create()
290 local_cache_ptr, local_cache_size, in _nxe_mdns_create()
373 VOID *local_cache_ptr, UINT local_cache_size, in _nx_mdns_create() argument
579 status = _nx_mdns_cache_initialize(mdns_ptr, local_cache_ptr, local_cache_size, in _nx_mdns_create()
11422 UINT _nx_mdns_cache_initialize(NX_MDNS *mdns_ptr, VOID *local_cache_ptr, UINT local_cache_size, in _nx_mdns_cache_initialize() argument
11436 memset(local_cache_ptr, 0, local_cache_size); in _nx_mdns_cache_initialize()
11443 tail = (ULONG*)local_cache_ptr + (local_cache_size >> 2) - 1; in _nx_mdns_cache_initialize()
[all …]