ntohs 1169 src/dps8/dps8_socket_dev.c uint16_t port = ntohs (from.sin_port); ntohs 368 src/dps8/udplib.c printf ("link %d - packet sent (sequence=%u, length=%u)\n", link, ntohl (pkt . sequence), ntohs (pkt . count)); ntohs 453 src/dps8/udplib.c implen = ntohs (pkt . count); ntohs 506 src/dps8/udplib.c * pdata ++ = ntohs (pkt . data [i]); ntohs 362 src/simh/sim_sock.c sprintf(buf, "%d", ntohs(sin->sin_port)); ntohs 1100 src/simh/sim_sock.c sprintf(portnamebuf, "%d", (int)ntohs(((struct sockaddr_in *)addr)->s_port));