Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ldpd/
H A Dlde.h203 struct l2vpn_pw *l2vpn_pw_find(struct l2vpn *, unsigned int);
H A Dldpd.c1114 if ((xp = l2vpn_pw_find(xl, pw->ifindex)) == NULL) { in merge_l2vpn()
1132 if ((pw = l2vpn_pw_find(l2vpn, xp->ifindex)) == NULL) { in merge_l2vpn()
H A Dl2vpn.c174 l2vpn_pw_find(struct l2vpn *l2vpn, unsigned int ifindex) in l2vpn_pw_find() function
H A Dparse.y1563 if (l2vpn_pw_find(ltmp, kif->ifindex)) { in conf_get_l2vpn_pw()