Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dcsumonly.c66 #define _htons(x) (x) macro
102 if (ethertype == _htons(RTE_ETHER_TYPE_IPV4)) in get_udptcp_checksum()
172 case _htons(RTE_ETHER_TYPE_IPV4): in parse_ethernet()
177 case _htons(RTE_ETHER_TYPE_IPV6): in parse_ethernet()
239 info->ethertype = _htons(RTE_ETHER_TYPE_IPV4); in parse_gtp()
307 info->ethertype = _htons(RTE_ETHER_TYPE_IPV4); in parse_vxlan_gpe()
316 info->ethertype = _htons(RTE_ETHER_TYPE_IPV6); in parse_vxlan_gpe()
352 _htons(RTE_ETHER_TYPE_IPV4)) { in parse_geneve()
357 info->ethertype = _htons(RTE_ETHER_TYPE_IPV4); in parse_geneve()
363 info->ethertype = _htons(RTE_ETHER_TYPE_IPV6); in parse_geneve()
[all …]