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

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h1202 #define ICMPERR_ICMPHLEN 8 macro
H A Dip_state.c2708 oip = (ip_t *)((char *)ic + ICMPERR_ICMPHLEN);
2721 len = fin->fin_dlen - ICMPERR_ICMPHLEN;
4484 oip6 = (ip6_t *)((char *)ic6 + ICMPERR_ICMPHLEN);
4508 oip6->ip6_plen = htons(fin->fin_dlen - ICMPERR_ICMPHLEN);
H A Dfil.c941 ip6 = (ip6_t *)((char *)icmp6 + ICMPERR_ICMPHLEN);
1205 ipf_pr_short(fin, ICMPERR_ICMPHLEN);
1212 if (ipf_pr_pullup(fin, ICMPERR_ICMPHLEN) == -1) {
1280 oip = (ip_t *)((char *)fin->fin_dp + ICMPERR_ICMPHLEN);
H A Dip_nat6.c1438 if ((char *)oip6 + fin->fin_dlen - ICMPERR_ICMPHLEN >
1444 if ((char *)oip6 + fin->fin_dlen - ICMPERR_ICMPHLEN >
H A Dip_nat.c3665 if ((char *)oip + fin->fin_dlen - ICMPERR_ICMPHLEN >
3671 if ((char *)oip + fin->fin_dlen - ICMPERR_ICMPHLEN >

Completed in 274 milliseconds