Unit 'Sockets' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

htonl

Convert long integer from host ordered to network ordered.

Declaration

Source position: socketsh.inc line 186

function htonl(

  host: Cardinal

):Cardinal; overload;

Description

htonl makes sure that the bytes in host are ordered in the correct way for sending over the network and returns the correctly ordered result.

See also

htons

  

Convert short integer from host ordered to network ordered.

ntohl

  

Convert long integer from network ordered to host ordered.

ntohs

  

Convert short integer from network ordered to host ordered.


Documentation generated on: Jul 24 2023