Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.h83 #define ICMP6(p) ((struct icmp6_hdr *)(p)) macro
H A Dnat64_translate.c1032 nat64_icmp_handle_echo(ip6, ICMP6(icmp), icmpid, type); in nat64_icmp_translate()
1165 nat64_icmp_handle_echo(eip6, ICMP6(icmp), icmpid, in nat64_icmp_translate()
1171 ICMP6(icmp)->icmp6_type = type; in nat64_icmp_translate()
1172 ICMP6(icmp)->icmp6_code = code; in nat64_icmp_translate()
1173 ICMP6(icmp)->icmp6_mtu = htonl(mtu); in nat64_icmp_translate()
1174 ICMP6(icmp)->icmp6_cksum = 0; in nat64_icmp_translate()
1175 ICMP6(icmp)->icmp6_cksum = cksum_add( in nat64_icmp_translate()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_log.c83 #define ICMP6(p) ((struct icmp6_hdr *)(p)) macro
H A Dip_fw2.c257 #define ICMP6(p) ((struct icmp6_hdr *)(p)) macro
1532 icmp6_type = ICMP6(ulp)->icmp6_type; in ipfw_chk()
2247 ICMP6(ulp)->icmp6_type, in ipfw_chk()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.c76 MK_FLOW_ITEM(ICMP6, sizeof(struct rte_flow_item_icmp6)),
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst126 * Added support for match on ICMP/ICMP6 code and type.
H A Drelease_20_11.rst272 * Added ICMP (code/type/identifier/sequence number) and ICMP6 (code/type) matching items.
/f-stack/dpdk/doc/guides/nics/
H A Dmlx5.rst297 - ICMP(code/type/identifier/sequence number) / ICMP6(code/type) matching, IP-in-IP and MPLS flow ma…
1015 - enable ICMP(code/type/identifier/sequence number) / ICMP6(code/type) fields matching::
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1213 Item: ``ICMP6``
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c2879 .priv = PRIV_ITEM(ICMP6, sizeof(struct rte_flow_item_icmp6)),