HomeSort by: relevance | last modified time | path
    Searched refs:TLV_FEC (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ldpd/
tlv_stack.c 68 if (ntohs(f->type) != TLV_FEC) {
162 if (ntohs(f->type) != TLV_FEC) {
284 fec->type = htons(TLV_FEC);
377 fec->type = htons(TLV_FEC);
417 if (ntohs(fec->type) != TLV_FEC || fec->length == 0) {
tlv.h 36 #define TLV_FEC 0x0100

Completed in 12 milliseconds