htons             170 ext/net/addr.c     addr->addr.sin_port = htons(SCM_INT_VALUE(port));
htons             231 ext/net/addr.c     addr->addr.sin6_port = htons(SCM_INT_VALUE(port));
htons             418 ext/net/netdb.c             if (getservbyport_r(htons(port), proto, &se, buf, bufsiz) != NULL)
htons             425 ext/net/netdb.c             getservbyport_r(htons(port), proto, &se, buf, bufsiz, &rse);
htons             442 ext/net/netdb.c                              getservbyport(htons(port), proto);
htons            1201 ext/net/netlib.c SCM_RESULT = htons(x);