Searched refs:servtab (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/usr.sbin/inetd/ |
| HD | builtins.c | 55 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 …]
|
| HD | inetd.h | 67 struct servtab { struct 113 struct servtab *se_next; argument 125 int check_loop(const struct sockaddr *, const struct servtab *sep); argument 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 *);
|
| HD | inetd.c | 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 *); 226 void setup(struct servtab *); 228 void ipsecsetup(struct servtab *); [all …]
|
| /NextBSD/crypto/openssh/ |
| HD | sshd_config.0 | 386 KDC. To use this option, the server needs a Kerberos servtab
|