Lines Matching defs:tcpmux
97 * 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"
278 static void tcpmux(int, struct servtab *);
319 { "tcpmux", SOCK_STREAM, true, false, tcpmux }
1410 * sri-nic::ps:<mkl>tcpmux.c
1440 tcpmux(int ctrl, struct servtab *sep)
1452 DPRINTF("tcpmux: %s: service requested", service);