Versions Compared

Key

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

ntohl()

Convert 32-bit integer values from network-order to CPU host-order. See section C-17-4 for 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.

Returned Value

Converted data value.

Required Configuration

Available only if NET_BSD_CFG_API_EN is enabled (see section D-17-1)None.