servtab
chargen_dg(int s, struct servtab *sep)
chargen_stream(int s, struct servtab *sep)
daytime_dg(int s, struct servtab *sep)
daytime_stream(int s, struct servtab *sep __unused)
discard_dg(int s, struct servtab *sep __unused)
discard_stream(int s, struct servtab *sep)
echo_dg(int s, struct servtab *sep)
echo_stream(int s, struct servtab *sep)
ident_stream(int s, struct servtab *sep)
static void chargen_dg(int, struct servtab *);
static void chargen_stream(int, struct servtab *);
static void daytime_dg(int, struct servtab *);
static void daytime_stream(int, struct servtab *);
static void discard_dg(int, struct servtab *);
static void discard_stream(int, struct servtab *);
static void echo_dg(int, struct servtab *);
static void echo_stream(int, struct servtab *);
static void ident_stream(int, struct servtab *);
static void machtime_dg(int, struct servtab *);
static void machtime_stream(int, struct servtab *);
machtime_dg(int s, struct servtab *sep)
machtime_stream(int s, struct servtab *sep __unused)
struct servtab *
struct servtab *sep;
for (sep = servtab; sep; sep = sep->se_next) {
for (sep = servtab; sep; sep = sep->se_next) {
for (sep = servtab; sep; sep = sep->se_next)
sepp = &servtab;
unregisterrpc(struct servtab *sep)
struct servtab *sepp;
for (sepp = servtab; sepp; sepp = sepp->se_next) {
struct servtab *sep;
for (sep = servtab; sep; sep = sep->se_next)
setup(struct servtab *sep)
ipsecsetup(struct servtab *sep)
close_sep(struct servtab *sep)
static struct servtab *
enter(struct servtab *cp)
struct servtab *sep;
sep->se_next = servtab;
servtab = sep;
enable(struct servtab *sep)
disable(struct servtab *sep)
static struct servtab serv;
static struct servtab *
struct servtab *sep = &serv;
freeconfig(struct servtab *cp)
static void close_sep(struct servtab *);
static int cpmip(const struct servtab *, int);
static struct servtab *enter(struct servtab *);
static void freeconfig(struct servtab *);
static struct servtab *getconfigent(void);
check_loop(const struct sockaddr *sa, const struct servtab *sep)
struct servtab *se2;
for (se2 = servtab; se2; se2 = se2->se_next) {
static void addchild(struct servtab *, int);
static void enable(struct servtab *);
print_service(const char *action, const struct servtab *sep)
static void disable(struct servtab *);
static void setup(struct servtab *);
cpmip(const struct servtab *sep, int ctrl)
static void ipsecsetup(struct servtab *);
static void unregisterrpc(register struct servtab *sep);
static struct conninfo *search_conn(struct servtab *sep, int ctrl);
static int room_conn(struct servtab *sep, struct conninfo *conn);
static void resize_conn(struct servtab *sep, int maxperip);
static void free_connlist(struct servtab *sep);
search_conn(struct servtab *sep, int ctrl)
static void print_service(const char *, const struct servtab *);
room_conn(struct servtab *sep, struct conninfo *conn)
resize_conn(struct servtab *sep, int maxpip)
free_connlist(struct servtab *sep)
struct servtab *servtab;
struct servtab *sep;
for (sep = servtab; n && sep; sep = sep->se_next)
addchild(struct servtab *sep, pid_t pid)
struct servtab *sep;
for (sep = servtab; sep; sep = sep->se_next) {
struct servtab *sep, *new, **sepp;
for (sep = servtab; sep; sep = sep->se_next)
struct servtab *se_next;
int check_loop(const struct sockaddr *, const struct servtab *sep);
struct servtab *tcpmux(int);
extern struct servtab *servtab;
typedef void (bi_fn_t)(int, struct servtab *);