Searched refs:tcpmux (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/inetd/
H A Dinetd.c97 * name a tcpmux service
140 * RFC1078-based tcpmux internal service. Tcpmux listens on port 1 for
142 * requested is passed to tcpmux, which looks it up in the servtab list
146 * inetd.conf file has the prefix "tcpmux/". If the service type has the
147 * prefix "tcpmux/+", tcpmux will return the positive reply for the
150 * special server code in them. Services that use tcpmux are "nowait"
361 static void tcpmux(int, struct servtab *);
405 { "tcpmux", SOCK_STREAM, 1, 0, tcpmux },
2110 tcpmux(int ctrl, struct servtab *sep) function
[all...]

Completed in 106 milliseconds