Home
last modified time | relevance | path

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

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