nn::socket::HtoNl Function

Syntax

bit32 HtoNl(
     bit32 v
);

Arguments

Name Description
in v Specifies a 32-bit host byte order value.

Return Values

Returns a 32-bit network byte order value.

Description

Converts a 32-bit host byte order value to a network byte order value.

See Also

NtoHl, HtoNs

Revision History

2010/06/14
Initial version.

CONFIDENTIAL