Versions Compared

Key

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

...

Anchor11261441126144 ntohl() Anchor12651641265164Convert 32-bit integer values from network-order to CPU host-order. See section C-17-4 on page 712 for function NET_UTIL_NET_TO_HOST_32 for more information. Anchor10949111094911

Files

...

1094912net_bsd.h Anchor10949131094913

Prototype

HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
Anchor
11261641126164
Code Block
ntohl(val);

...

Arguments

val

Data value to convert.

Returned Value

Converted data value.

Required Configuration

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