Home
last modified time | relevance | path

Searched refs:MIN_ICMPUNREACHLEN (Results 1 – 2 of 2) sorted by relevance

/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_icmp.c72 char data[MIN_ICMPUNREACHLEN];
210 if (r < MIN_IPHLEN + MIN_ICMPUNREACHLEN) {
217 (unsigned long)(MIN_IPHLEN + MIN_ICMPUNREACHLEN));
237 if (r - (ip->ip_hl << 2) < MIN_ICMPUNREACHLEN) {
244 (unsigned long)MIN_ICMPUNREACHLEN);
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h1078 #define MIN_ICMPUNREACHLEN (8 + MIN_IPHLEN + MIN_UDPLEN) macro