Home
last modified time | relevance | path

Searched refs:TLV_FEC (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/ldpd/
H A Dtlv_stack.c68 if (ntohs(f->type) != TLV_FEC) { in map_label()
162 if (ntohs(f->type) != TLV_FEC) { in withdraw_label()
284 fec->type = htons(TLV_FEC); in send_label_tlv()
377 fec->type = htons(TLV_FEC); in send_withdraw_tlv()
417 if (ntohs(fec->type) != TLV_FEC || fec->length == 0) { in request_respond()
H A Dtlv.h36 #define TLV_FEC 0x0100 macro