Searched refs:ICMPERR_ICMPHLEN (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c2517 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;
H A Dip_state.c2393 oip = (ip_t *)((char *)ic + ICMPERR_ICMPHLEN);
2404 len = fin->fin_dlen - ICMPERR_ICMPHLEN;
2461 ofin.fin_plen = fin->fin_dlen - ICMPERR_ICMPHLEN;
4046 oip6 = (ip6_t *)((char *)ic6 + ICMPERR_ICMPHLEN);
4068 oip6->ip6_plen = fin->fin_dlen - ICMPERR_ICMPHLEN;
H A Dip_nat6.c1120 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)
H A Dfil.c949 frpr_short(fin, ICMPERR_ICMPHLEN);
953 if (frpr_pullup(fin, ICMPERR_ICMPHLEN) == -1)
1013 oip = (ip_t *)((char *)fin->fin_dp + ICMPERR_ICMPHLEN);
H A Dip_nat.c2902 if ((char *)oip + fin->fin_dlen - ICMPERR_ICMPHLEN > (char *)m->b_wptr)
2905 if ((char *)oip + fin->fin_dlen - ICMPERR_ICMPHLEN >
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2461 #define ICMPERR_ICMPHLEN 8 macro

Completed in 141 milliseconds