Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/inetd/
H A Dbuiltins.c61 static void echo_dg(int, struct servtab *);
125 chargen_dg(int s, struct servtab *sep) in chargen_dg()
162 chargen_stream(int s, struct servtab *sep) in chargen_stream()
197 daytime_dg(int s, struct servtab *sep) in daytime_dg()
251 discard_stream(int s, struct servtab *sep) in discard_stream()
274 echo_dg(int s, struct servtab *sep) in echo_dg()
295 echo_stream(int s, struct servtab *sep) in echo_stream()
341 ident_stream(int s, struct servtab *sep) in ident_stream()
705 machtime_dg(int s, struct servtab *sep) in machtime_dg()
773 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.c219 static struct servtab *enter(struct servtab *);
285 struct servtab *servtab; variable
331 struct servtab *sep; in main()
948 struct servtab *sep; in reapchild()
1168 sepp = &servtab; in config()
1245 struct servtab *sep; in retry()
1502 static struct servtab *
1505 struct servtab *sep; in enter()
1517 servtab = sep; in enter()
1608 static struct servtab *
[all …]