htonl still existed in guile-2.0 but has been removed from 2.2 and 3.x versions:
** 'htons', 'htonl', 'ntohs', 'ntohl'
These procedures, like their C counterpart, were used to convert numbers
to/from network byte order, typically in conjunction with the
now-deprecated uniform vector API.
This functionality is now covered by the bytevector and binary I/O APIs.
See "Interpreting Bytevector Contents as Integers" in the manual.
htonl still existed in guile-2.0 but has been removed from 2.2 and 3.x versions: