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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-forces.c469 int otlv_print(const struct forces_tlv *otlv, u_int16_t op_msk _U_, int indent) argument
472 register const u_char *dp = (u_char *) TLV_DATA(otlv);
479 * lfbselect_print() has ensured that EXTRACT_16BITS(&otlv->length)
482 TCHECK(*otlv);
483 type = EXTRACT_16BITS(&otlv->type);
484 tll = EXTRACT_16BITS(&otlv->length) - TLV_HDRL;
488 EXTRACT_16BITS(&otlv->length));
499 EXTRACT_16BITS(&otlv->length));
821 const struct forces_tlv *otlv; local
853 otlv
[all...]
H A Dforces.h427 int otlv_print(const struct forces_tlv *otlv, u_int16_t op_msk, int indent);

Completed in 56 milliseconds