Home
last modified time | relevance | path

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.c2851 icmp_pld_len = (fin->fin_dlen > ICMPERR_ICMPHLEN) ?
2852 ICMPERR_ICMPHLEN : fin->fin_dlen;
2882 mblk_icmp = (mblk_t *) allocb(ICMPERR_ICMPHLEN, BPRI_HI);
2894 mblk_icmp->b_wptr += ICMPERR_ICMPHLEN;
2930 fin->fin_ip->ip_len = htons(icmp_pld_len + ICMPERR_ICMPHLEN +
2940 len = ICMPERR_ICMPHLEN;
H A Dip_state.c2394 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;
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.c950 frpr_short(fin, ICMPERR_ICMPHLEN);
954 if (frpr_pullup(fin, ICMPERR_ICMPHLEN) == -1)
1014 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.h2468 #define ICMPERR_ICMPHLEN 8 macro