htonll()

htonll()#

Convert a 64-bit integer from host byte order to network byte order.

Prototype

PUBLIC uint64_t htonll(
    uint64_t hostlonglong
);
        

Parameters

Key

Type

Description

hostlonglong

uint64_t

The 64-bit integer in host byte order.


Return Value

Returns the 64-bit integer in network byte order.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples