Lines Matching defs:servtab
145 /* Standard logging and debug print format for a servtab */
153 struct servtab {
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;
253 int parse_protocol(struct servtab *);
254 int parse_wait(struct servtab *, int);
255 int parse_server(struct servtab *, const char *);
256 void parse_socktype(char *, struct servtab *);
257 void parse_accept_filter(char *, struct servtab *);
280 int rl_process(struct servtab *, int);
281 void rl_clear_ip_list(struct servtab *);
292 * Fills the provided servtab structure. Does not call freeconfig on error.
294 parse_v2_result parse_syntax_v2(struct servtab *, char **);