TLV_FEC
if (ntohs(f->type) != TLV_FEC) {
fec->type = htons(TLV_FEC);
fec->type = htons(TLV_FEC);
if (ntohs(fec->type) != TLV_FEC || fec->length == 0) {
if (ntohs(f->type) != TLV_FEC) {