Searched defs:otlv (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-forces.c1171 const struct forces_tlv *otlv, uint16_t op_msk _U_, int indent)
1174 register const u_char *dp = (const u_char *) TLV_DATA(otlv);
1181 * lfbselect_print() has ensured that EXTRACT_16BITS(&otlv->length)
1184 ND_TCHECK(*otlv);
1185 type = EXTRACT_16BITS(&otlv->type);
1186 tll = EXTRACT_16BITS(&otlv->length) - TLV_HDRL;
1190 EXTRACT_16BITS(&otlv->length)));
1195 EXTRACT_16BITS(&otlv->length)));
1512 const struct forces_tlv *otlv; local
1544 otlv
1170 otlv_print(netdissect_options *ndo, const struct forces_tlv *otlv, uint16_t op_msk _U_, int indent) argument
[all...]

Completed in 59 milliseconds