nn::socket::NtoHl Function

Syntax

bit32 NtoHl(
     bit32 v
);

Arguments

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

Return Values

Returns a 32-bit host byte order value.

Description

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

See Also

HtoNl, NtoHs

Revision History

2010/06/14
Initial version.

CONFIDENTIAL