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

/netbsd-6-1-5-RELEASE/usr.sbin/inetd/
H A Dinetd.c142 * requested is passed to tcpmux, which looks it up in the servtab list
283 struct servtab { struct
322 struct servtab *se_next;
323 } *servtab; variable in typeref:struct:servtab
334 static void chargen_dg(int, struct servtab *);
335 static void chargen_stream(int, struct servtab *);
336 static void close_sep(struct servtab *);
338 static void daytime_dg(int, struct servtab *);
339 static void daytime_stream(int, struct servtab *);
340 static void discard_dg(int, struct servtab *);
[all...]

Completed in 53 milliseconds