Home
last modified time | relevance | path

Searched refs:merge_auth_conf (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/bgpd/
Dparse.y190 static int merge_auth_conf(struct auth_config *, struct auth_config *);
739 if (merge_auth_conf(&currtr->auth, &$1) == 0)
2137 if (merge_auth_conf(&curpeer->auth_conf, &$1) == 0)
6076 merge_auth_conf(struct auth_config *to, struct auth_config *from) in merge_auth_conf() function