Home
last modified time | relevance | path

Searched defs:htons (Results 1 - 25 of 48) sorted by relevance

12

/kernel/liteos_m/kal/libc/newlib/porting/src/network/
H A Dhtons.c34 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/porting/liteos_a/kernel/src/network/
H A Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/porting/liteos_m/kernel/src/network/
H A Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/src/network/
H A Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/porting/liteos_m_iccarm/kernel/src/network/
H A Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/musl/porting/uniproton/kernel/src/network/
H A Dhtons.c4 uint16_t htons(uint16_t n) in htons() function
/third_party/nghttp2/lib/
H A Dnghttp2_net.h63 STIN uint16_t htons(uint16_t hostshort) { in htons() function
/third_party/node/benchmark/buffers/
H A Dbuffer-swap.js
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_net.h63 STIN uint16_t htons(uint16_t hostshort) { in htons() function
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbswap-constant-folding.c10 #define htons(x) ___htons(x) macro
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.h98 STIN uint16_t htons(uint16_t hostshort) { in htons() function
/third_party/lwip/src/include/lwip/
H A Ddef.h119 #define htons(x) lwip_htons(x) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddef.h83 #define htons lwip_htons macro
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_reject_netdev.c97 case htons(ETH_P_IP): in nft_reject_netdev_eval() function
118 case htons(ETH_P_IPV6): in nft_reject_netdev_eval() function
H A Dnft_inner.c116 case htons(ETH_P_IP): { in nft_inner_parse_l2l3() function
137 case htons(ETH_P_IPV6): { in nft_inner_parse_l2l3() function
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dendian.h82 #define htons(x) __bswap16(x) macro
/kernel/linux/linux-5.10/drivers/net/xen-netback/
H A Dhash.c190 case htons(ETH_P_IP): in xenvif_set_skb_hash() function
214 case htons(ETH_P_IPV6): in xenvif_set_skb_hash() function
/kernel/linux/linux-6.6/drivers/net/xen-netback/
H A Dhash.c190 case htons(ETH_P_IP): in xenvif_set_skb_hash() function
214 case htons(ETH_P_IPV6): in xenvif_set_skb_hash() function
/kernel/linux/linux-6.6/net/bridge/netfilter/
H A Dnft_reject_bridge.c122 case htons(ETH_P_IP): in nft_reject_bridge_eval() function
143 case htons(ETH_P_IPV6): in nft_reject_bridge_eval() function
/third_party/rust/crates/linux-raw-sys/gen/include/
H A Dsupport.h34 #define htons(x) (x) macro
39 #define htons(x) (__builtin_bswap16(x)) macro
/kernel/linux/linux-5.10/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c382 case htons(ETH_P_IPV6): { in nf_ct_bridge_confirm() function
H A Dnft_reject_bridge.c309 case htons(ETH_P_IP): in nft_reject_bridge_eval() function
330 case htons(ETH_P_IPV6): in nft_reject_bridge_eval() function
/kernel/linux/linux-5.10/include/linux/byteorder/
H A Dgeneric.h132 #undef htons macro
141 #define htons(x) ___htons(x) macro
/kernel/linux/linux-6.6/include/linux/byteorder/
H A Dgeneric.h132 #undef htons macro
141 #define htons(x) ___htons(x) macro
/kernel/linux/linux-5.10/drivers/net/ipvlan/
H A Dipvlan_core.c141 case htons(ETH_P_ARP): { in ipvlan_get_L3_hdr() function
152 case htons(ETH_P_IP): { in ipvlan_get_L3_hdr() function
171 case htons(ETH_P_IPV6): { in ipvlan_get_L3_hdr() function

Completed in 13 milliseconds

12