Lines Matching refs:remoteconf
80 static TAILQ_HEAD(_rmtree, remoteconf) rmtree, rmtree_save, rmtree_tmp; in TAILQ_HEAD() argument
96 struct remoteconf *
101 struct remoteconf *p;
102 struct remoteconf *anon = NULL;
161 struct remoteconf *
168 struct remoteconf *
171 struct remoteconf *new; in newrmconf()
227 struct remoteconf *
231 struct remoteconf *new, *old;
267 struct remoteconf *
269 struct remoteconf *rmconf; in duprmconf()
271 struct remoteconf *new;
299 struct remoteconf *rmconf; in delrmconf()
369 struct remoteconf *new; in insrmconf()
376 struct remoteconf *rmconf; in remrmconf()
384 struct remoteconf *p, *next; in flushrmconf()
420 check_etypeok( struct remoteconf *rmconf, u_int8_t etype) in check_etypeok()
463 struct remoteconf *rmconf;
481 struct remoteconf *
484 struct remoteconf *p, *ret = NULL; in foreachrmconf()
508 static struct remoteconf *
509 dump_rmconf_single (struct remoteconf *p, void *data) in dump_rmconf_single()