Home
last modified time | relevance | path

Searched refs:F_MAP_PW_ID (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.sbin/ldpd/
H A Dlabelmapping.c171 !(map.flags & F_MAP_PW_ID) && in recv_labelmessage()
540 if (map->flags & F_MAP_PW_ID) in len_fec_tlv()
606 if (map->flags & F_MAP_PW_ID) in gen_fec_tlv()
625 if (map->flags & F_MAP_PW_ID) { in gen_fec_tlv()
799 map->flags |= F_MAP_PW_ID; in tlv_decode_fec_elm()
H A Dl2vpn.c151 fec.flags |= F_MAP_PW_ID; in l2vpn_if_update()
378 !(nm->fec.flags & F_MAP_PW_ID)) { in l2vpn_recv_pw_status()
H A Dlde_lib.c671 (map->type == MAP_TYPE_PWID && !(map->flags & F_MAP_PW_ID))) { in lde_check_release()
747 (map->type == MAP_TYPE_PWID && !(map->flags & F_MAP_PW_ID))) { in lde_check_withdraw()
H A Dldpd.h232 #define F_MAP_PW_ID 0x08 /* pseudowire connection id */ macro
H A Dlde.c727 map->flags |= F_MAP_PW_ID; in lde_fec2map()