Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c4291 necp_agent_types_match(const char *agent_domain1, const char *agent_type1, in necp_agent_types_match() argument
4296 (strlen(agent_type1) == 0 || in necp_agent_types_match()
4297 strncmp(agent_type2, agent_type1, NETAGENT_TYPESIZE) == 0); in necp_agent_types_match()