HomeSort by: relevance | last modified time | path
    Searched defs:servtab (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/inetd/
inetd.h 145 /* Standard logging and debug print format for a servtab */
153 struct servtab { struct
195 struct servtab *se_next;
233 void setup(struct servtab *);
234 void close_sep(struct servtab *);
235 void register_rpc(struct servtab *);
236 void unregister_rpc(struct servtab *);
237 bool try_biltin(struct servtab *);
245 /* servtab linked list */
246 extern struct servtab *servtab
    [all...]
inetd.c 142 * requested is passed to tcpmux, which looks it up in the servtab list
257 struct servtab *servtab; variable in typeref:struct:servtab *
264 static void chargen_dg(int, struct servtab *);
265 static void chargen_stream(int, struct servtab *);
266 static void daytime_dg(int, struct servtab *);
267 static void daytime_stream(int, struct servtab *);
268 static void discard_dg(int, struct servtab *);
269 static void discard_stream(int, struct servtab *);
270 static void echo_dg(int, struct servtab *);
    [all...]

Completed in 12 milliseconds