Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtipc_config.h304 tlv_ptr->tlv_type = htons(type); in TLV_SET()
305 tlv_ptr->tlv_len = htons(tlv_len); in TLV_SET()
403 tcm_hdr->tcm_type = htons(cmd); in TCM_SET()
404 tcm_hdr->tcm_flags = htons(flags); in TCM_SET()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Din.h366 extern uint16_t htons (uint16_t __hostshort)
384 # define htons(x) (x) macro
390 # define htons(x) __bswap_16 (x) macro
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c612 servaddr.sin_port = htons(_hsl->u32Port); in CmdRecvStart()
613 servaddr.sin_addr.s_addr = htons(INADDR_ANY); in CmdRecvStart()