Scroll to navigation

TAPSET::INET(3stap) TAPSET::INET(3stap)

NAME

tapset::inet - systemtap inet tapset

DESCRIPTION

htonll
Convert 64-bit long long from host to network order
See function::htonll(3stap)
for details.
htonl
Convert 32-bit long from host to network order
See function::htonl(3stap)
for details.
htons
Convert 16-bit short from host to network order
See function::htons(3stap)
for details.
ntohll
Convert 64-bit long long from network to host order
See function::ntohll(3stap)
for details.
ntohl
Convert 32-bit long from network to host order
See function::ntohl(3stap)
for details.
ntohs
Convert 16-bit short from network to host order
See function::ntohs(3stap)
for details.

SEE ALSO

function::htonll(3stap), function::htonl(3stap), function::htons(3stap), function::ntohll(3stap), function::ntohl(3stap), function::ntohs(3stap), stap(1), stapprobes(3stap)
March 2016 SystemTap Tapset Reference