카페검색 본문
카페글 본문
-
[29기 김성국] 바이트 정렬 2015.03.19해당카페글 미리보기
u_short hostshort); host-to-network-short u_long htonl(u_long hostiong); host-to-network-long u_short ntohs(u_short netshort); network-to-host-short u_long ntohl(u_long netlong); network-to-host-long Hton*()함수는 호스트 바이트 정렬로...
-
[C언어,C/C++,VC++,SCJP,JSP,EJB,자바,JAVA,프로그래밍]C++ Network Programming with Windows Sockets8 2007.01.08해당카페글 미리보기
The prototypes look like u_short PASCAL FAR htons(u_short hostshort); u_short PASCAL FAR ntohs(u_short netshort); Chapter 6 n Conversion and Database Functions htons()takes as input an unsigned short in its native host format and returns...
-
[C언어,C/C++,VC++,SCJP,JSP,EJB,자바,JAVA,프로그래밍]C++ Network Programming with Windows Sockets34 2007.01.08해당카페글 미리보기
FAR listen (SOCKET s, int backlog); u_long PASCAL FAR ntohl (u_long netlong); u_short PASCAL FAR ntohs (u_short netshort); int PASCAL FAR recv (SOCKET s, char FAR * buf, int len, int flags); int PASCAL FAR recvfrom (SOCKET s, char FAR...
-
ntohs 2006.06.09해당카페글 미리보기
오더를 호스트 바이트 오더로 변환합니다. (빅-인디언을 리틀-인디언으로 변환) u_short ntohs ( u_short netshort ); Parameters netshort [입력] TCP/IP 네트웍 바이트 오더인 16-비트 정수입니다. Remarks ntohs 함수는 TCP/IP 네트웍 바이트 오더인 16...