Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/ldpd/
Dldpe.h255 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);
Dneighbor.c572 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()
Dprintconf.c36 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()
Dldpd.h306 struct nbr_params { struct
307 LIST_ENTRY(nbr_params) entry;
410 LIST_HEAD(, nbr_params) nbrp_list;
Dparse.y107 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()
Dldpe.c218 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()
Dlde.c387 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()
Dldpd.c698 struct nbr_params *nbrp; in main_imsg_send_config()
970 struct nbr_params *nbrp, *ntmp, *xn; in merge_nbrps()
Dpacket.c390 struct nbr_params *nbrp; in session_accept_nbr()