Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dndisc_snoop.c29 struct icmp6_hdr icmp6h; member
111 switch (msg->icmp6h.icmp6_type) { in handle_ndisc()
/freebsd/usr.sbin/ppp/
H A Dip.c570 const struct icmp6_hdr *icmp6h; in PacketCheck() local
637 len = datalen - sizeof *icmp6h; in PacketCheck()
638 icmp6h = (const struct icmp6_hdr *)payload; in PacketCheck()
640 "ICMP: %s:%d ---> ", ncpaddr_ntoa(&srcaddr), icmp6h->icmp6_type); in PacketCheck()