Home
last modified time | relevance | path

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

/openbsd/usr.sbin/eigrpd/
H A Dneighbor.c30 static __inline int nbr_pid_compare(struct nbr *, struct nbr *);
36 RB_GENERATE(nbr_pid_head, nbr, pid_tree, nbr_pid_compare)
52 nbr_pid_compare(struct nbr *a, struct nbr *b) in nbr_pid_compare() function
H A Deigrpe.h67 RB_PROTOTYPE(nbr_pid_head, nbr, pid_tree, nbr_pid_compare)
/openbsd/usr.sbin/ldpd/
H A Dneighbor.c38 static __inline int nbr_pid_compare(struct nbr *, struct nbr *);
52 RB_GENERATE(nbr_pid_head, nbr, pid_tree, nbr_pid_compare)
125 nbr_pid_compare(struct nbr *a, struct nbr *b) in nbr_pid_compare() function
H A Dldpe.h114 RB_PROTOTYPE(nbr_pid_head, nbr, pid_tree, nbr_pid_compare)