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

/freebsd-9.3-release/usr.sbin/inetd/
H A Dinetd.h67 struct servtab { struct
113 struct servtab *se_next;
125 int check_loop(const struct sockaddr *, const struct servtab *sep);
129 void print_service(const char *, const struct servtab *);
132 struct servtab *tcpmux(int);
135 extern struct servtab *servtab;
137 typedef void (bi_fn_t)(int, struct servtab *);
H A Dbuiltins.c55 void chargen_dg(int, struct servtab *);
56 void chargen_stream(int, struct servtab *);
57 void daytime_dg(int, struct servtab *);
58 void daytime_stream(int, struct servtab *);
59 void discard_dg(int, struct servtab *);
60 void discard_stream(int, struct servtab *);
61 void echo_dg(int, struct servtab *);
62 void echo_stream(int, struct servtab *);
65 void ident_stream(int, struct servtab *);
68 void machtime_dg(int, struct servtab *);
[all...]
H A Dinetd.c81 * requested is passed to tcpmux, which looks it up in the servtab list
207 void close_sep(struct servtab *);
211 int cpmip(const struct servtab *, int);
213 struct servtab *enter(struct servtab *);
214 void freeconfig(struct servtab *);
215 struct servtab *getconfigent(void);
218 void addchild(struct servtab *, int);
221 void enable(struct servtab *);
222 void disable(struct servtab *);
273 struct servtab *servtab; variable in typeref:struct:servtab
[all...]

Completed in 47 milliseconds