Lines Matching defs:otlv
1155 const struct forces_tlv *otlv, uint16_t op_msk _U_, int indent)
1158 const u_char *dp = (const u_char *) TLV_DATA(otlv);
1165 * lfbselect_print() has ensured that GET_BE_U_2(otlv->length)
1168 type = GET_BE_U_2(otlv->type);
1169 tll = GET_BE_U_2(otlv->length) - TLV_HDRL;
1173 GET_BE_U_2(otlv->length));
1178 GET_BE_U_2(otlv->length));
1471 const struct forces_tlv *otlv;
1504 otlv = (const struct forces_tlv *)(lfbs + 1);
1510 type = GET_BE_U_2(otlv->type);
1511 tlvl = GET_BE_U_2(otlv->length);
1522 otlv_print(ndo, otlv, 0, indent);
1528 invoptlv_print(ndo, (const u_char *)otlv, rlen, 0, indent);
1530 otlv = GO_NXT_TLV(otlv, rlen);
1535 GET_BE_U_2(otlv->type),
1536 rlen - GET_BE_U_2(otlv->length));