Searched refs:cht (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/ldpd/
H A Dsocketops.c240 struct common_hello_tlv *cht; local
264 cht = &t->ch; /* Hello tlv struct includes CHT */
284 cht->type = htons(TLV_COMMON_HELLO);
285 cht->length = htons(sizeof(cht->holdtime) + sizeof(cht->res));
286 cht->holdtime = htons(ldp_holddown_time);
287 cht->res = 0;

Completed in 52 milliseconds