Searched refs:TLV_FEC (Results 1 – 2 of 2) sorted by relevance
68 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()
36 #define TLV_FEC 0x0100 macro