Home
last modified time | relevance | path

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

/src/usr.sbin/nscd/
H A Dagent.h37 enum agent_type { enum
44 enum agent_type type;
66 struct agent *find_agent(struct agent_table *, const char *, enum agent_type);
H A Dagent.c94 find_agent(struct agent_table *at, const char *name, enum agent_type type) in find_agent()