Lines Matching defs:cht
405 struct common_hello_tlv *cht;
441 cht = &t->ch; /* Hello tlv struct includes CHT */
462 cht->type = htons(TLV_COMMON_HELLO);
463 cht->length = htons(sizeof(cht->holdtime) + sizeof(cht->res));
464 cht->holdtime = htons(ldp_holddown_time);
465 cht->res = 0;
543 ntohs(cht->length), ntohs(trtlv->length));
610 htons(t->length), htons(cht->length),