Searched refs:nicmp6 (Results 1 – 1 of 1) sorted by relevance
402 struct icmp6_hdr *icmp6, *nicmp6; in icmp6_input() local564 nicmp6 = (struct icmp6_hdr *)(nip6 + 1); in icmp6_input()578 if (n->m_len < off + sizeof(*nicmp6)) { in icmp6_input()579 n = m_pullup(n, off + sizeof(*nicmp6)); in icmp6_input()589 nicmp6->icmp6_type = ICMP6_ECHO_REPLY; in icmp6_input()590 nicmp6->icmp6_code = 0; in icmp6_input()702 nicmp6 = (struct icmp6_hdr *)(nip6 + 1); in icmp6_input()704 p = (u_char *)(nicmp6 + 1); in icmp6_input()708 (sizeof(*nip6) + sizeof(*nicmp6) + 4); in icmp6_input()719 nicmp6->icmp6_type = ICMP6_WRUREPLY; in icmp6_input()[all …]