Home
last modified time | relevance | path

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

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