ntohs             362 ext/net/netdb.c     entry->port = Scm_MakeInteger(ntohs(se->s_port));
ntohs             122 ext/net/netlib.c                ntohs(a->addr.sin_port));
ntohs             177 ext/net/netlib.c   SCM_RETURN(Scm_MakeInteger(ntohs(a->addr.sin_port)));
ntohs             203 ext/net/netlib.c   Scm_Printf(out, "[%s]:%d", buf, ntohs(a->addr.sin6_port));
ntohs             272 ext/net/netlib.c   SCM_RETURN(Scm_MakeInteger(ntohs(a->addr.sin6_port)));
ntohs            1161 ext/net/netlib.c SCM_RESULT = ntohs(x);