OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:servtab
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.sbin/inetd/
inetd.h
145
/* Standard logging and debug print format for a
servtab
*/
153
struct
servtab
{
struct
195
struct
servtab
*se_next;
233
void setup(struct
servtab
*);
234
void close_sep(struct
servtab
*);
235
void register_rpc(struct
servtab
*);
236
void unregister_rpc(struct
servtab
*);
237
bool try_biltin(struct
servtab
*);
245
/*
servtab
linked list */
246
extern struct
servtab
*servtab
[
all
...]
parse_v2.c
71
static hresult args_handler(struct
servtab
*, vlist);
72
static hresult bind_handler(struct
servtab
*, vlist);
73
static hresult exec_handler(struct
servtab
*, vlist);
74
static hresult filter_handler(struct
servtab
*, vlist);
75
static hresult group_handler(struct
servtab
*, vlist);
76
static hresult service_max_handler(struct
servtab
*, vlist);
77
static hresult ip_max_handler(struct
servtab
*, vlist);
78
static hresult protocol_handler(struct
servtab
*, vlist);
79
static hresult recv_buf_handler(struct
servtab
*, vlist);
80
static hresult send_buf_handler(struct
servtab
*, vlist)
[
all
...]
ratelimit.c
58
static void rl_reset(struct
servtab
*, time_t);
60
static void rl_get_name(struct
servtab
*, int, union addr *);
61
static void rl_drop_connection(struct
servtab
*, int);
62
static struct rl_ip_node *rl_add(struct
servtab
*, union addr *);
63
static struct rl_ip_node *rl_try_get_ip(struct
servtab
*, union addr *);
64
static bool rl_ip_eq(struct
servtab
*, union addr *, struct rl_ip_node *);
69
static void rl_print_found_node(struct
servtab
*, struct rl_ip_node *);
71
static void rl_log_address_exceed(struct
servtab
*, struct rl_ip_node *);
72
static const char *rl_node_tostring(struct
servtab
*, struct rl_ip_node *, char[NI_MAXHOST]);
73
static bool rl_process_service_max(struct
servtab
*, int, time_t *)
[
all
...]
inetd.c
142
* requested is passed to tcpmux, which looks it up in the
servtab
list
257
struct
servtab
*
servtab
;
variable in typeref:struct:servtab *
264
static void chargen_dg(int, struct
servtab
*);
265
static void chargen_stream(int, struct
servtab
*);
266
static void daytime_dg(int, struct
servtab
*);
267
static void daytime_stream(int, struct
servtab
*);
268
static void discard_dg(int, struct
servtab
*);
269
static void discard_stream(int, struct
servtab
*);
270
static void echo_dg(int, struct
servtab
*);
[
all
...]
parse.c
98
static struct
servtab
*enter(struct
servtab
*);
99
static struct
servtab
*getconfigent(char **);
101
static void print_service(const char *, struct
servtab
*);
103
static struct
servtab
init_servtab(void);
108
static bool is_same_service(const struct
servtab
*, const struct
servtab
*);
113
static void freeconfig(struct
servtab
*);
118
/* Temporary storage for new
servtab
*/
119
static struct
servtab
serv
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025