Home
last modified time | relevance | path

Searched defs:l2vpn (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/usr.sbin/ldpd/
Dl2vpn.c37 struct l2vpn *l2vpn; in l2vpn_new() local
57 struct l2vpn *l2vpn; in l2vpn_find() local
67 l2vpn_del(struct l2vpn *l2vpn) in l2vpn_del()
85 l2vpn_init(struct l2vpn *l2vpn) in l2vpn_init()
94 l2vpn_exit(struct l2vpn *l2vpn) in l2vpn_exit()
103 l2vpn_if_new(struct l2vpn *l2vpn, struct kif *kif) in l2vpn_if_new()
120 l2vpn_if_find(struct l2vpn *l2vpn, unsigned int ifindex) in l2vpn_if_find()
134 struct l2vpn *l2vpn = lif->l2vpn; in l2vpn_if_update() local
159 l2vpn_pw_new(struct l2vpn *l2vpn, struct kif *kif) in l2vpn_pw_new()
174 l2vpn_pw_find(struct l2vpn *l2vpn, unsigned int ifindex) in l2vpn_pw_find()
[all …]
Dprintconf.c142 print_l2vpn(struct l2vpn *l2vpn) in print_l2vpn()
216 struct l2vpn *l2vpn; in print_config() local
Dldpd.h320 struct l2vpn *l2vpn; member
330 struct l2vpn *l2vpn; member
348 struct l2vpn { struct
356 LIST_HEAD(, l2vpn_if) if_list; argument
Dldpd.c699 struct l2vpn *l2vpn; in main_imsg_send_config() local
1042 struct l2vpn *l2vpn, *ltmp, *xl; in merge_l2vpns() local
1089 merge_l2vpn(struct ldpd_conf *xconf, struct l2vpn *l2vpn, struct l2vpn *xl) in merge_l2vpn()
Dldpe.c219 static struct l2vpn *l2vpn, *nl2vpn; in ldpe_dispatch_main() local
Dparse.y130 static struct l2vpn *l2vpn; variable