Home
last modified time | relevance | path

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

/freebsd/usr.sbin/inetd/
H A Dbuiltins.c65 static void ident_stream(int, struct servtab *);
97 { "auth", SOCK_STREAM, 1, -1, ident_stream },
341 ident_stream(int s, struct servtab *sep) in ident_stream() function