Searched refs:ICMPERR_ICMPHLEN (Results 1 – 6 of 6) sorted by relevance
2517 icmp_pld_len = (fin->fin_dlen > ICMPERR_ICMPHLEN) ?2518 ICMPERR_ICMPHLEN : fin->fin_dlen;2548 mblk_icmp = (mblk_t *) allocb(ICMPERR_ICMPHLEN, BPRI_HI);2560 mblk_icmp->b_wptr += ICMPERR_ICMPHLEN;2596 fin->fin_ip->ip_len = htons(icmp_pld_len + ICMPERR_ICMPHLEN +2606 len = ICMPERR_ICMPHLEN;
2394 oip = (ip_t *)((char *)ic + ICMPERR_ICMPHLEN);2405 len = fin->fin_dlen - ICMPERR_ICMPHLEN;2462 ofin.fin_plen = fin->fin_dlen - ICMPERR_ICMPHLEN;4047 oip6 = (ip6_t *)((char *)ic6 + ICMPERR_ICMPHLEN);4069 oip6->ip6_plen = fin->fin_dlen - ICMPERR_ICMPHLEN;
1120 if ((char *)oip6 + fin->fin_dlen - ICMPERR_ICMPHLEN > (char *)m->b_wptr)1123 if ((char *)oip6 + fin->fin_dlen - ICMPERR_ICMPHLEN >1168 if (fin->fin_plen < ICMPERR_ICMPHLEN + minlen)
950 frpr_short(fin, ICMPERR_ICMPHLEN);954 if (frpr_pullup(fin, ICMPERR_ICMPHLEN) == -1)1014 oip = (ip_t *)((char *)fin->fin_dp + ICMPERR_ICMPHLEN);
2902 if ((char *)oip + fin->fin_dlen - ICMPERR_ICMPHLEN > (char *)m->b_wptr)2905 if ((char *)oip + fin->fin_dlen - ICMPERR_ICMPHLEN >
2466 #define ICMPERR_ICMPHLEN 8 macro