Lines Matching refs:fhdr
390 #define GET_TOP_TLV(fhdr) ((const struct forces_tlv *)((fhdr) + sizeof (struct forcesh))) argument
1549 const u_char * pptr, const struct forcesh *fhdr _U_, in forces_type_print()
1641 const struct forcesh *fhdr; in forces_print() local
1649 fhdr = (const struct forcesh *)pptr; in forces_print()
1650 ND_TCHECK_SIZE(fhdr); in forces_print()
1651 tom = GET_U_1(fhdr->fm_tom); in forces_print()
1657 mlen = ForCES_BLN(fhdr); in forces_print()
1668 ForCES_HDRL, len, ForCES_BLN(fhdr)); in forces_print()
1675 ForCES_V(fhdr), mlen, flg_raw); in forces_print()
1677 ForCES_SID(fhdr), ForCES_node(ForCES_SID(fhdr)), in forces_print()
1678 ForCES_DID(fhdr), ForCES_node(ForCES_DID(fhdr)), in forces_print()
1679 GET_BE_U_8(fhdr->fm_cor)); in forces_print()
1684 tok2str(ForCES_ACKs, "ACKUnknown", ForCES_ACK(fhdr)), in forces_print()
1685 ForCES_ACK(fhdr), in forces_print()
1686 ForCES_PRI(fhdr), in forces_print()
1687 tok2str(ForCES_EMs, "EMUnknown", ForCES_EM(fhdr)), in forces_print()
1688 ForCES_EM(fhdr), in forces_print()
1689 tok2str(ForCES_ATs, "ATUnknown", ForCES_AT(fhdr)), in forces_print()
1690 ForCES_AT(fhdr), in forces_print()
1691 tok2str(ForCES_TPs, "TPUnknown", ForCES_TP(fhdr)), in forces_print()
1692 ForCES_TP(fhdr)); in forces_print()
1694 ForCES_RS1(fhdr), ForCES_RS2(fhdr)); in forces_print()
1696 rc = forces_type_print(ndo, pptr, fhdr, mlen, tops); in forces_print()