Versions Compared

Key

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

...

Anchor10948411094841 htons() Anchor12651431265143Convert 16-bit integer values from CPU host-order to network-order. See section C-17-1 on page 709 for function NET_UTIL_HOST_TO_NET_16 for more information. Anchor11291771129177

Files

...

10948451094845net_bsd.hanchor10948461094846

Prototype

htons(val);
HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
Anchor
11257271125727
Code Block
htons(val);

Arguments

val

Data value to convert.

Returned Value

Converted data value.