Home
last modified time | relevance | path

Searched refs:NXPF_ANONYMOUS (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus_common.h273 nxa->nxa_anonymous = !!(p->nxp_flags & NXPF_ANONYMOUS); in __nexus_attr_from_params()
331 p->nxp_flags |= NXPF_ANONYMOUS; in __nexus_provider_reg_prepare()
333 p->nxp_flags &= (uint32_t)~NXPF_ANONYMOUS; in __nexus_provider_reg_prepare()
H A Dos_nexus_private.h124 #define NXPF_ANONYMOUS 0x1 /* allow anonymous channel clients */ macro
128 #define NXPF_MASK (NXPF_ANONYMOUS | NXPF_USER_CHANNEL | NXPF_NETIF_LLINK)
H A Dnexus_var.h285 (NX_PROV(_nx)->nxprov_params->nxp_flags & NXPF_ANONYMOUS)