Searched refs:ICMP6 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64_translate.c | 1027 nat64_icmp_handle_echo(ip6, ICMP6(icmp), icmpid, type); in nat64_icmp_translate() 1160 nat64_icmp_handle_echo(eip6, ICMP6(icmp), icmpid, in nat64_icmp_translate() 1166 ICMP6(icmp)->icmp6_type = type; in nat64_icmp_translate() 1167 ICMP6(icmp)->icmp6_code = code; in nat64_icmp_translate() 1168 ICMP6(icmp)->icmp6_mtu = htonl(mtu); in nat64_icmp_translate() 1169 ICMP6(icmp)->icmp6_cksum = 0; in nat64_icmp_translate() 1170 ICMP6(icmp)->icmp6_cksum = cksum_add( in nat64_icmp_translate()
|
H A D | nat64_translate.h | 81 #define ICMP6(p) ((struct icmp6_hdr *)(p)) macro
|
/freebsd/tools/test/netfibs/ |
H A D | README | 20 ICMP6, TCP or UDP packets with multiple FIBs. initiator.sh and
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_log.c | 85 #define ICMP6(p) ((struct icmp6_hdr *)(p)) macro
|
H A D | ip_fw2.c | 259 #define ICMP6(p) ((struct icmp6_hdr *)(p)) macro 1605 icmp6_type = ICMP6(ulp)->icmp6_type; in ipfw_chk() 2401 ICMP6(ulp)->icmp6_type, in ipfw_chk()
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 328 ICMP6, IEEE 802.15.4, IPv6, IS-IS, Linux SLL, LLDP, LSP ping, MPTCP, NFS, 604 ICMP6: Fetch a 32-bit big-endian quantity with EXTRACT_32BITS() 1126 ICMP6
|