HomeSort by: relevance | last modified time | path
    Searched defs:MINDECAP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 3706 #define MINDECAP (sizeof(ip6_t) + sizeof(udphdr_t) + sizeof(ip6_t))
3743 if (fin->fin_plen < MINDECAP)
ip_nat.c 7277 #define MINDECAP (sizeof(ip_t) + sizeof(udphdr_t) + sizeof(ip_t))
7338 if (fin->fin_plen < MINDECAP)

Completed in 58 milliseconds