Home
last modified time | relevance | path

Searched refs:ntohs (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.h288 (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space); in TLV_OK()
294 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()
345 __u16 tlv_space = TLV_ALIGN(ntohs(list->tlv_ptr->tlv_len)); in TLV_LIST_STEP()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/netinet/
H A Din.h362 extern uint16_t ntohs (uint16_t __netshort)
382 # define ntohs(x) (x) macro
388 # define ntohs(x) __bswap_16 (x) macro
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c708 …epted connection from client,IP:%s,Port:%d\n",inet_ntoa(cliaddr.sin_addr),ntohs(cliaddr.sin_port)); in CmdRecvStart()