Home
last modified time | relevance | path

Searched refs:ntohs (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Ddef.h95 #ifdef ntohs
96 #define lwip_ntohs ntohs
103 #define ntohs lwip_ntohs macro
104 #endif /* ntohs */
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/
H A Dinet.h19 uint16_t ntohs(uint16_t);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dendian.h84 #define ntohs(x) __bswap16(x) macro
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux_pktdump.c1023 uint8 *ptr, *opt, *end = (uint8 *) b + ntohs(b->iph.tot_len); in dhd_dhcp_dump()
1050 if (ntohs(iph->tot_len) < ntohs(b->udph.len) + sizeof(struct bcmudp_hdr)) { in dhd_dhcp_dump()
1060 len = ntohs(b->udph.len) - sizeof(struct bcmudp_hdr); in dhd_dhcp_dump()
1150 if (ntohs(iph->tot_len) - IPV4_HLEN(iph) < sizeof(struct bcmicmp_hdr)) { in dhd_icmp_dump()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_net_api.h284 * 8、LWIP协议栈bsd socket htons/ntohs/ntohl转换
287 #define ntohs(x) lwip_ntohs(x) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
H A Din.h79 uint16_t ntohs(uint16_t);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_netbuf.h34 #define oal_net2host_short(_x) ntohs(_x)
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
H A Dnet_adpater.c272 etherType = ntohs(header->etherType); in SpecialEtherTypeProcess()

Completed in 9 milliseconds