Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dip_icmp.c160 unsigned oiplen = oip->ip_hl << 2; in icmp_do_error() local
179 n->m_len >= oiplen + ICMP_MINLEN && in icmp_do_error()
181 ((caddr_t)oip + oiplen))->icmp_type)) { in icmp_do_error()
200 icmplen = oiplen + min(8, ntohs(oip->ip_len)); in icmp_do_error()