Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Convert 32-bit integer values from network-order to CPU host-order. See function NET_UTIL_NET_TO_HOST_32 for more information.

Files

net_bsd.h

Prototype

Code Block
ntohl(val);

Arguments

val

Data value to convert.

...