Searched refs:ntohs (Results 1 – 3 of 3) sorted by relevance
288 (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()
362 extern uint16_t ntohs (uint16_t __netshort)382 # define ntohs(x) (x) macro388 # define ntohs(x) __bswap_16 (x) macro
708 …epted connection from client,IP:%s,Port:%d\n",inet_ntoa(cliaddr.sin_addr),ntohs(cliaddr.sin_port)); in CmdRecvStart()