HomeSort by: relevance | last modified time | path
    Searched defs:cht (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/ldpd/
socketops.c 405 struct common_hello_tlv *cht; local in function:send_hello
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))
    [all...]
socketops.c 405 struct common_hello_tlv *cht; local in function:send_hello
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))
    [all...]
socketops.c 405 struct common_hello_tlv *cht; local in function:send_hello
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))
    [all...]

Completed in 34 milliseconds