Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_common.h87 nxa->nxa_anonymous = value; in __nexus_attr_set()
201 *value = nxa->nxa_anonymous; in __nexus_attr_get()
273 nxa->nxa_anonymous = !!(p->nxp_flags & NXPF_ANONYMOUS); in __nexus_attr_from_params()
330 if (nxa->nxa_anonymous != 0) { in __nexus_provider_reg_prepare()
H A Dos_nexus_private.h609 uint64_t nxa_anonymous; /* bool: allow anonymous clients */ member