Lines Matching refs:servtab
55 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 *);
69 static void machtime_stream(int, struct servtab *);
125 chargen_dg(int s, struct servtab *sep)
162 chargen_stream(int s, struct servtab *sep)
197 daytime_dg(int s, struct servtab *sep)
222 daytime_stream(int s, struct servtab *sep __unused)
241 discard_dg(int s, struct servtab *sep __unused)
251 discard_stream(int s, struct servtab *sep)
274 echo_dg(int s, struct servtab *sep)
295 echo_stream(int s, struct servtab *sep)
341 ident_stream(int s, struct servtab *sep)
705 machtime_dg(int s, struct servtab *sep)
726 machtime_stream(int s, struct servtab *sep __unused)
773 struct servtab *
776 struct servtab *sep;
795 for (sep = servtab; sep; sep = sep->se_next) {
805 for (sep = servtab; sep; sep = sep->se_next) {