Home | History | Annotate | Download | only in ldpd

Lines Matching refs:ht

54 run_ldp_hello(const struct ldp_pdu * pduid, const struct hello_tlv * ht,
64 if ((!pduid) || (!ht))
68 debugp("Hello: Type: 0x%.4X Length: %.2d ID: %.8X\n", ht->type,
69 ht->length, ht->messageid);
71 if (ht->length <= 4) /* Common hello parameters */
74 " Hold time: %d\n", ntohs(ht->ch.type), ntohs(ht->ch.length),
75 ht->ch.holdtime);
81 trtlv = (const struct transport_address_tlv *)(ht + 1);
120 if (ht->ch.holdtime != 0)
121 hi->keepalive = ntohs(ht->ch.holdtime);
123 if (ntohs(ht->ch.res) >> 15 == 0)
141 ntohs(ht->ch.holdtime), 0);