• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/

Lines Matching defs:item_len

66 		u_int item_len, \
104 u_int item_len,
163 u_int item_len,
542 u_int item_len _U_,
603 const struct isakmp_gen *ext, u_int item_len _U_,
766 const struct isakmp_gen *ext, u_int item_len,
817 ep2 = (u_char *)p + item_len;
835 const struct isakmp_gen *ext, u_int item_len _U_,
859 const struct isakmp_gen *ext, u_int item_len _U_,
882 if (sizeof(*p) < item_len) {
884 len = item_len - sizeof(*p);
1030 return (u_char *)ext + item_len;
1038 const struct isakmp_gen *ext, u_int item_len _U_,
1056 ND_PRINT((ndo," len=%d", item_len - 4));
1058 if (2 < ndo->ndo_vflag && 4 < item_len) {
1060 if (!rawprint(ndo, (caddr_t)(ext + 1), item_len - 4))
1063 return (u_char *)ext + item_len;
1071 const struct isakmp_gen *ext, u_int item_len _U_,
1088 ND_PRINT((ndo," len=%d", item_len - 4));
1090 if (2 < ndo->ndo_vflag && 4 < item_len) {
1092 if (!rawprint(ndo, (caddr_t)(ext + 1), item_len - 4))
1095 return (u_char *)ext + item_len;
1103 const struct isakmp_gen *ext, u_int item_len _U_,
1127 const struct isakmp_gen *ext, u_int item_len _U_,
1152 u_int item_len _U_,
1181 const struct isakmp_gen *ext, u_int item_len,
1281 ep2 = (u_char *)p + item_len;
1309 item_len - sizeof(*p) - n.spi_size,
1314 return (u_char *)ext + item_len;
1322 const struct isakmp_gen *ext, u_int item_len _U_,
1367 u_int item_len _U_, const u_char *ep _U_,
1425 const struct isakmp_gen *ext, u_int item_len,
1485 ep2 = (u_char *)p + item_len;
1503 const struct isakmp_gen *ext, u_int item_len _U_,
1540 u_int item_len _U_, const u_char *ep _U_,
1568 u_int item_len _U_, const u_char *ep _U_,
1597 u_int item_len _U_, const u_char *ep _U_,
1679 u_int item_len _U_, const u_char *ep _U_,
1689 u_int item_len _U_, const u_char *ep _U_,
1699 u_int item_len _U_, const u_char *ep _U_,
1735 u_int item_len _U_, const u_char *ep _U_,
1765 u_int item_len _U_, const u_char *ep _U_,
1948 ep2 = (u_char *)p + item_len;
1965 return (u_char *)ext + item_len;
1974 u_int item_len _U_, const u_char *ep _U_,
1984 u_int item_len _U_, const u_char *ep _U_,
2018 u_int item_len _U_, const u_char *ep _U_,
2033 u_int item_len _U_, const u_char *ep _U_,
2099 u_int item_len _U_, const u_char *ep _U_,
2109 u_int item_len _U_, const u_char *ep _U_,
2124 u_int item_len;
2136 item_len = ntohs(e.len);
2137 if (item_len <= 4)
2142 * XXX - what if item_len is too short, or too long,
2145 cp = (*npfunc[np])(ndo, np, ext, item_len, ep, phase, doi, proto, depth);
2148 cp += item_len;
2301 u_int item_len;
2313 item_len = ntohs(e.len);
2314 if (item_len <= 4)
2318 cp = ikev2_p_print(ndo, np, pcount, ext, item_len,
2321 cp = ikev2_t_print(ndo, np, pcount, ext, item_len,
2324 cp = ikev2_e_print(ndo, base, np, ext, item_len,
2328 * XXX - what if item_len is too short, or too long,
2331 cp = (*npfunc[np])(ndo, np, /*pcount,*/ ext, item_len,
2335 cp += item_len;