Searched refs:nbr_params (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/usr.sbin/ldpd/ |
| D | ldpe.h | 255 int nbr_gtsm_enabled(struct nbr *, struct nbr_params *); 256 int nbr_gtsm_setup(int, int, struct nbr_params *); 257 int nbr_gtsm_check(int, struct nbr *, struct nbr_params *); 258 struct nbr_params *nbr_params_new(struct in_addr); 259 struct nbr_params *nbr_params_find(struct ldpd_conf *, struct in_addr);
|
| D | neighbor.c | 572 struct nbr_params *nbrp; in nbr_establish_connection() 645 nbr_gtsm_enabled(struct nbr *nbr, struct nbr_params *nbrp) in nbr_gtsm_enabled() 667 nbr_gtsm_setup(int fd, int af, struct nbr_params *nbrp) in nbr_gtsm_setup() 697 nbr_gtsm_check(int fd, struct nbr *nbr, struct nbr_params *nbrp) in nbr_gtsm_check() 753 struct nbr_params * 756 struct nbr_params *nbrp; in nbr_params_new() 766 struct nbr_params * 769 struct nbr_params *nbrp; in nbr_params_find() 781 struct nbr_params *nbrp; in nbr_get_keepalive()
|
| D | printconf.c | 36 static void print_nbrp(struct nbr_params *); 121 print_nbrp(struct nbr_params *nbrp) in print_nbrp() 215 struct nbr_params *nbrp; in print_config()
|
| D | ldpd.h | 306 struct nbr_params { struct 307 LIST_ENTRY(nbr_params) entry; 410 LIST_HEAD(, nbr_params) nbrp_list;
|
| D | parse.y | 107 static struct nbr_params *conf_get_nbrp(struct in_addr); 129 static struct nbr_params *nbrp; 1487 static struct nbr_params * 1490 struct nbr_params *n; in conf_get_nbrp() 1597 struct nbr_params *n; in clear_config()
|
| D | ldpe.c | 218 struct nbr_params *nnbrp; in ldpe_dispatch_main() 419 if ((nnbrp = malloc(sizeof(struct nbr_params))) == NULL) in ldpe_dispatch_main() 421 memcpy(nnbrp, imsg.data, sizeof(struct nbr_params)); in ldpe_dispatch_main()
|
| D | lde.c | 387 struct nbr_params *nnbrp; in lde_dispatch_parent() 510 if ((nnbrp = malloc(sizeof(struct nbr_params))) == NULL) in lde_dispatch_parent() 512 memcpy(nnbrp, imsg.data, sizeof(struct nbr_params)); in lde_dispatch_parent()
|
| D | ldpd.c | 698 struct nbr_params *nbrp; in main_imsg_send_config() 970 struct nbr_params *nbrp, *ntmp, *xn; in merge_nbrps()
|
| D | packet.c | 390 struct nbr_params *nbrp; in session_accept_nbr()
|