Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c63 #define _htons(x) (x) macro
96 if (ethertype == _htons(RTE_ETHER_TYPE_IPV4)) in get_udptcp_checksum()
166 case _htons(RTE_ETHER_TYPE_IPV4): in parse_ethernet()
171 case _htons(RTE_ETHER_TYPE_IPV6): in parse_ethernet()
234 info->ethertype = _htons(RTE_ETHER_TYPE_IPV4); in parse_gtp()
304 info->ethertype = _htons(RTE_ETHER_TYPE_IPV4); in parse_vxlan_gpe()
313 info->ethertype = _htons(RTE_ETHER_TYPE_IPV6); in parse_vxlan_gpe()
349 _htons(RTE_ETHER_TYPE_IPV4)) { in parse_geneve()
354 info->ethertype = _htons(RTE_ETHER_TYPE_IPV4); in parse_geneve()
360 info->ethertype = _htons(RTE_ETHER_TYPE_IPV6); in parse_geneve()
[all …]