logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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.

Name

       tapset::inet - systemtap inet tapset

See Also

function::htonll(3stap),    function::htonl(3stap),    function::htons(3stap),   function::ntohll(3stap),
       function::ntohl(3stap), function::ntohs(3stap), stap(1), stapprobes(3stap)

SystemTap Tapset Reference                         April 2024                                TAPSET::INET(3stap)

See Also