HomeSort by: relevance | last modified time | path
    Searched refs:ICMPERR_ICMPHLEN (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.c 2653 oip = (ip_t *)((char *)ic + ICMPERR_ICMPHLEN);
2666 len = fin->fin_dlen - ICMPERR_ICMPHLEN;
4394 oip6 = (ip6_t *)((char *)ic6 + ICMPERR_ICMPHLEN);
4418 oip6->ip6_plen = htons(fin->fin_dlen - ICMPERR_ICMPHLEN);
ip_compat.h 1492 #define ICMPERR_ICMPHLEN 8
fil.c 959 ip6 = (ip6_t *)((char *)icmp6 + ICMPERR_ICMPHLEN);
1216 ipf_pr_short(fin, ICMPERR_ICMPHLEN);
1223 if (ipf_pr_pullup(fin, ICMPERR_ICMPHLEN) == -1) {
1291 oip = (ip_t *)((char *)fin->fin_dp + ICMPERR_ICMPHLEN);
ip_nat6.c 1413 if ((char *)oip6 + fin->fin_dlen - ICMPERR_ICMPHLEN >
1419 if ((char *)oip6 + fin->fin_dlen - ICMPERR_ICMPHLEN >
ip_nat.c 3616 if ((char *)oip + fin->fin_dlen - ICMPERR_ICMPHLEN >
3622 if ((char *)oip + fin->fin_dlen - ICMPERR_ICMPHLEN >

Completed in 38 milliseconds