Home
last modified time | relevance | path

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

/openbsd/usr.sbin/bgpd/
H A Dbgpd.c50 int send_config(struct bgpd_config *);
318 if (send_config(conf) != 0) in main()
595 return send_config(conf); in reconfigure()
599 send_config(struct bgpd_config *conf) in send_config() function