Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/inetd/
HDbuiltins.c65 void ident_stream(int, struct servtab *);
98 { "auth", SOCK_STREAM, 1, -1, ident_stream },
344 ident_stream(int s, struct servtab *sep) in ident_stream() function