Lines Matching defs:pptr

66 	int (*print) (netdissect_options *ndo, const u_char * pptr, u_int len,
232 int (*print) (netdissect_options *ndo, const u_char * pptr, u_int len,
236 static int genoptlv_print(netdissect_options *, const u_char * pptr, u_int len,
238 static int recpdoptlv_print(netdissect_options *, const u_char * pptr, u_int len,
240 static int invoptlv_print(netdissect_options *, const u_char * pptr, u_int len,
444 static int lfbselect_print(netdissect_options *, const u_char * pptr, u_int len,
446 static int redirect_print(netdissect_options *, const u_char * pptr, u_int len,
448 static int asrtlv_print(netdissect_options *, const u_char * pptr, u_int len,
450 static int asttlv_print(netdissect_options *, const u_char * pptr, u_int len,
503 int (*print) (netdissect_options *, const u_char * pptr, u_int len,
555 static int prestlv_print(netdissect_options *, const u_char * pptr, u_int len,
557 static int pkeyitlv_print(netdissect_options *, const u_char * pptr, u_int len,
559 static int fdatatlv_print(netdissect_options *, const u_char * pptr, u_int len,
561 static int sdatatlv_print(netdissect_options *, const u_char * pptr, u_int len,
648 const u_char * pptr, u_int len,
651 const struct forces_tlv *tlv = (const struct forces_tlv *)pptr;
688 const u_char * pptr, u_int len,
691 const struct forces_tlv *tlv = (const struct forces_tlv *)pptr;
723 const u_char * pptr, u_int len,
727 const struct forces_ilv *ilv = (const struct forces_ilv *)pptr;
763 const u_char * pptr, u_int len,
766 const struct forces_tlv *tlv = (const struct forces_tlv *)pptr;
792 const u_char * pptr, u_int len,
795 const struct forces_tlv *tlv = (const struct forces_tlv *)pptr;
830 const u_char * pptr, u_int len,
841 ND_TCHECK_4(pptr);
844 id = GET_BE_U_4(pptr);
848 pptr += 4;
861 pptr += sizeof(struct forces_tlv);
864 starti = GET_BE_U_4(pptr);
865 pptr += 4;
868 endi = GET_BE_U_4(pptr);
869 pptr += 4;
887 pptr += 4;
889 keytlv = (const struct forces_tlv *)pptr;
891 pptr += sizeof(struct forces_tlv);
905 pptr += tll;
912 const struct forces_tlv *pdtlv = (const struct forces_tlv *)pptr;
968 pptr, len);
984 const u_char * pptr, u_int len,
987 const struct pathdata_h *pdh = (const struct pathdata_h *)pptr;
1015 pptr += sizeof(struct pathdata_h);
1022 hex_print(ndo, "\t\t\tID Data[", pptr, len);
1032 more_pd = pdatacnt_print(ndo, pptr, len, idcnt, op_msk, indent);
1035 pptr += consumed;
1038 return recpdoptlv_print(ndo, pptr, len, op_msk, indent+1);
1049 const u_char * pptr, u_int len,
1052 const struct forces_tlv *pdtlv = (const struct forces_tlv *)pptr;
1091 const u_char * pptr, u_int len,
1094 const struct forces_tlv *pdtlv = (const struct forces_tlv *)pptr;
1140 const u_char * pptr, u_int len,
1147 hex_print(ndo, ib, pptr, len);
1196 const u_char * pptr, u_int len,
1212 rescode = GET_BE_U_4(pptr);
1249 const u_char * pptr, u_int len,
1265 rescode = GET_BE_U_4(pptr);
1299 const u_char * pptr _U_, u_int len,
1316 const u_char * pptr, uint16_t op_msk _U_, int indent)
1321 const struct forces_ilv *ilv = (const struct forces_ilv *)pptr;
1339 const u_char * pptr, u_int len,
1345 const struct forces_ilv *ilv = (const struct forces_ilv *)pptr;
1376 const u_char * pptr, u_int len,
1389 hex_print(ndo, "\n\t\t", pptr, rlen);
1398 const u_char * pptr, u_int len,
1401 const struct forces_tlv *tlv = (const struct forces_tlv *)pptr;
1467 const u_char * pptr, u_int len,
1494 lfbs = (const struct forces_lfbsh *)pptr;
1549 const u_char * pptr, const struct forcesh *fhdr _U_,
1583 tltlv = GET_TOP_TLV(pptr);
1639 const u_char * pptr, u_int len)
1649 fhdr = (const struct forcesh *)pptr;
1672 flg_raw = GET_BE_U_4(pptr + 20);
1696 rc = forces_type_print(ndo, pptr, fhdr, mlen, tops);
1699 hex_print(ndo, "\n\t[", pptr, len);
1706 hex_print(ndo, "\n\t ", pptr, len);