1.1.24.22 ntohl

C

uint32_t ntohl(uint32_t n)

Description

Convert 32-bit value from network to host byte order.

Parameters

ParametersDescription
nValue to convert.

Returns

Converted value.

Remarks

None.