Socket functions

From Ilianko
Revision as of 08:46, 12 April 2013 by Anko (talk | contribs) (Created page with "Category:sockets == Byte Order Conversion== *htons() host to network short *htonl() host to network long *ntohs() network to host short *ntohl() network to host long")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Byte Order Conversion

  • htons() host to network short
  • htonl() host to network long
  • ntohs() network to host short
  • ntohl() network to host long