Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dip_icmp.c142 const static int icmp_datalen = 8; variable
325 icmpelen = max(tcphlen, min(icmp_datalen, in icmp_error()
328 stdreply: icmpelen = max(ICMP_MINLEN, min(icmp_datalen, in icmp_error()