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

/freebsd-current/usr.sbin/inetd/
H A Dinetd.h72 struct servtab { struct
117 struct servtab *se_next;
135 int check_loop(const struct sockaddr *, const struct servtab *sep);
137 struct servtab *tcpmux(int);
140 extern struct servtab *servtab;
142 typedef void (bi_fn_t)(int, struct servtab *);
H A Dbuiltins.c55 static void chargen_dg(int, struct servtab *);
56 static void chargen_stream(int, struct servtab *);
57 static void daytime_dg(int, struct servtab *);
58 static void daytime_stream(int, struct servtab *);
59 static void discard_dg(int, struct servtab *);
60 static void discard_stream(int, struct servtab *);
61 static void echo_dg(int, struct servtab *);
62 static void echo_stream(int, struct servtab *);
65 static void ident_stream(int, struct servtab *);
68 static void machtime_dg(int, struct servtab *);
[all...]
H A Dinetd.c68 * requested is passed to tcpmux, which looks it up in the servtab list
202 static void close_sep(struct servtab *);
205 static int cpmip(const struct servtab *, int);
207 static struct servtab *enter(struct servtab *);
208 static void freeconfig(struct servtab *);
209 static struct servtab *getconfigent(void);
212 static void addchild(struct servtab *, int);
214 static void enable(struct servtab *);
215 static void disable(struct servtab *);
273 struct servtab *servtab; variable in typeref:struct:servtab
[all...]

Completed in 129 milliseconds