Home | History | Annotate | Download | only in tcpdump

Lines Matching full:item_len

73 		u_int item_len, \
111 u_int item_len,
169 u_int item_len,
544 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);
1033 return (u_char *)ext + item_len;
1041 const struct isakmp_gen *ext, u_int item_len _U_,
1059 ND_PRINT((ndo," len=%d", item_len - 4));
1061 if (2 < ndo->ndo_vflag && 4 < item_len) {
1063 if (!rawprint(ndo, (caddr_t)(ext + 1), item_len - 4))
1066 return (u_char *)ext + item_len;
1074 const struct isakmp_gen *ext, u_int item_len _U_,
1091 ND_PRINT((ndo," len=%d", item_len - 4));
1093 if (2 < ndo->ndo_vflag && 4 < item_len) {
1095 if (!rawprint(ndo, (caddr_t)(ext + 1), item_len - 4))
1098 return (u_char *)ext + item_len;
1106 const struct isakmp_gen *ext, u_int item_len _U_,
1130 const struct isakmp_gen *ext, u_int item_len _U_,
1155 u_int item_len _U_,
1184 const struct isakmp_gen *ext, u_int item_len,
1284 ep2 = (u_char *)p + item_len;
1312 item_len - sizeof(*p) - n.spi_size,
1317 return (u_char *)ext + item_len;
1325 const struct isakmp_gen *ext, u_int item_len _U_,
1370 u_int item_len _U_, const u_char *ep _U_,
1428 const struct isakmp_gen *ext, u_int item_len,
1488 ep2 = (u_char *)p + item_len;
1506 const struct isakmp_gen *ext, u_int item_len _U_,
1543 u_int item_len _U_, const u_char *ep _U_,
1571 u_int item_len _U_, const u_char *ep _U_,
1600 u_int item_len _U_, const u_char *ep _U_,
1682 u_int item_len _U_, const u_char *ep _U_,
1692 u_int item_len _U_, const u_char *ep _U_,
1702 u_int item_len _U_, const u_char *ep _U_,
1738 u_int item_len _U_, const u_char *ep _U_,
1768 u_int item_len _U_, const u_char *ep _U_,
1966 return (u_char *)ext + item_len;
1975 u_int item_len _U_, const u_char *ep _U_,
1985 u_int item_len _U_, const u_char *ep _U_,
2019 u_int item_len _U_, const u_char *ep _U_,
2034 u_int item_len _U_, const u_char *ep _U_,
2100 u_int item_len _U_, const u_char *ep _U_,
2110 u_int item_len _U_, const u_char *ep _U_,
2125 u_int item_len;
2137 item_len = ntohs(e.len);
2138 if (item_len <= 4)
2143 * XXX - what if item_len is too short, or too long,
2146 cp = (*npfunc[np])(ndo, np, ext, item_len, ep, phase, doi, proto, depth);
2149 cp += item_len;
2289 u_int item_len;
2301 item_len = ntohs(e.len);
2302 if (item_len <= 4)
2306 cp = ikev2_p_print(ndo, np, pcount, ext, item_len,
2309 cp = ikev2_t_print(ndo, np, pcount, ext, item_len,
2312 cp = ikev2_e_print(ndo, base, np, ext, item_len,
2316 * XXX - what if item_len is too short, or too long,
2319 cp = (*npfunc[np])(ndo, np, /*pcount,*/ ext, item_len,
2323 cp += item_len;