Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-forces.c1155 const struct forces_tlv *otlv, uint16_t op_msk _U_, int indent) in otlv_print() argument
1158 const u_char *dp = (const u_char *) TLV_DATA(otlv); in otlv_print()
1168 type = GET_BE_U_2(otlv->type); in otlv_print()
1169 tll = GET_BE_U_2(otlv->length) - TLV_HDRL; in otlv_print()
1173 GET_BE_U_2(otlv->length)); in otlv_print()
1178 GET_BE_U_2(otlv->length)); in otlv_print()
1471 const struct forces_tlv *otlv; in lfbselect_print() local
1504 otlv = (const struct forces_tlv *)(lfbs + 1); in lfbselect_print()
1510 type = GET_BE_U_2(otlv->type); in lfbselect_print()
1511 tlvl = GET_BE_U_2(otlv->length); in lfbselect_print()
[all …]