Home
last modified time | relevance | path

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

/freebsd/usr.sbin/inetd/
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.h72 struct servtab { struct
117 struct servtab *se_next; argument
135 int check_loop(const struct sockaddr *, const struct servtab *sep); argument
137 struct servtab *tcpmux(int);
140 extern struct servtab *servtab;
142 typedef void (bi_fn_t)(int, struct servtab *);
H A Dinetd.c202 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 *);
218 static void setup(struct servtab *);
220 static void ipsecsetup(struct servtab *);
[all …]