Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dntstat.c7099 const boolean_t all_srcs = (req.srcref == NSTAT_SRC_REF_ALL); in nstat_client_handle_query_request()
7214 if (req.srcref == NSTAT_SRC_REF_ALL) { in nstat_client_handle_query_request()
7254 const boolean_t all_srcs = (req.srcref == NSTAT_SRC_REF_ALL); in nstat_client_handle_get_src_description()
7315 if (req.srcref == NSTAT_SRC_REF_ALL) { in nstat_client_handle_get_src_description()
7427 const boolean_t all_srcs = (req.srcref == NSTAT_SRC_REF_ALL); in nstat_client_handle_get_update()
7512 if (req.srcref == NSTAT_SRC_REF_ALL) { in nstat_client_handle_get_update()
7557 const boolean_t all_srcs = (req.srcref == NSTAT_SRC_REF_ALL); in nstat_client_handle_get_details()
7642 if (req.srcref == NSTAT_SRC_REF_ALL) { in nstat_client_handle_get_details()
H A Dntstat.h816 NSTAT_SRC_REF_ALL = 0xffffffffffffffffULL enumerator