Home | History | Annotate | Download | only in ldpd

Lines Matching defs:ti

1064 	struct init_tlv ti;
1066 ti.type = htons(LDP_INITIALIZE);
1067 ti.length = htons(sizeof(struct init_tlv) - TLV_TYPE_LENGTH);
1068 ti.messageid = htonl(get_message_id());
1069 ti.cs_type = htons(TLV_COMMON_SESSION);
1070 ti.cs_len = htons(CS_LEN);
1071 ti.cs_version = htons(LDP_VERSION);
1072 ti.cs_keepalive = htons(2 * ldp_keepalive_time);
1073 ti.cs_adpvlim = 0;
1074 ti.cs_maxpdulen = htons(MAX_PDU_SIZE);
1075 ti.cs_peeraddress.s_addr = p->ldp_id.s_addr;
1076 ti.cs_peeraddrspace = 0;
1078 send_tlv(p, (struct tlv *) (void *) &ti);