Versions Compared

Key

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

...

Anchor10948321094832 htonl() Anchor12651361265136Convert 32-bit integer values from CPU host-order to network-order. See section C-17-2 on page 710 for function NET_UTIL_HOST_TO_NET_32 for more information. Anchor11291401129140

Files

...

1094836net_bsd.h Anchor10948371094837

Prototype

HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
Anchor
11257101125710
Code Block
htonl(val);

...

Arguments

val

Data value to convert.

Returned Value

Converted data value.

Required Configuration

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