Home
last modified time | relevance | path

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

/freebsd/usr.sbin/inetd/
H A Dbuiltins.c62 static void echo_stream(int, struct servtab *);
76 { "echo", SOCK_STREAM, 1, -1, echo_stream },
295 echo_stream(int s, struct servtab *sep) in echo_stream() function