Lines Matching defs:ttmp
1111 struct tlv *ttmp;
1151 ttmp = (struct tlv *) (&recvspace[wo]);
1153 if ((ntohs(ttmp->type) != LDP_KEEPALIVE) &&
1154 (ntohs(ttmp->type) != LDP_LABEL_MAPPING)) {
1156 ntohs(ttmp->type), ntohs(ttmp->length),
1160 ntohs(ttmp->type), ntohs(ttmp->length),
1165 ntohs(ttmp->type) != LDP_INITIALIZE &&
1166 ntohs(ttmp->type) != LDP_KEEPALIVE &&
1167 ntohs(ttmp->type) != LDP_NOTIFICATION)
1170 switch (ntohs(ttmp->type)) {
1172 itlv = (struct init_tlv *)ttmp;
1237 atlv = (struct address_tlv *) ttmp;
1248 atlv = (struct address_tlv *) ttmp;
1253 lmtlv = (struct label_map_tlv *) ttmp;
1260 lmtlv = (struct label_map_tlv *) ttmp;
1278 lmtlv = (struct label_map_tlv *) ttmp;
1282 prepare_release(ttmp);
1283 send_tlv(p, ttmp);
1305 nottlv = (struct notification_tlv *) ttmp;
1324 debug_tlv(ttmp);
1332 wo += ntohs(ttmp->length) + TLV_TYPE_LENGTH;