Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/inetd/
H A Dparse.c108 static bool is_same_service(const struct servtab *, const struct servtab *);
160 if (is_same_service(sep, cp)) in config()
982 is_same_service(const struct servtab *sep, const struct servtab *cp) in is_same_service() function