ntohs 32 examples/pcap2nbench/ethernet.cpp type = ntohs(type); ntohs 36 examples/pcap2nbench/ip.cpp total_length = ntohs(total_length); ntohs 38 examples/pcap2nbench/ip.cpp id = ntohs(id); ntohs 44 examples/pcap2nbench/ip.cpp checksum = ntohs(checksum); ntohs 32 examples/pcap2nbench/tcp.cpp src_port = ntohs(src_port); ntohs 34 examples/pcap2nbench/tcp.cpp dst_port = ntohs(dst_port); ntohs 42 examples/pcap2nbench/tcp.cpp window_size = ntohs(window_size); ntohs 44 examples/pcap2nbench/tcp.cpp checksum = ntohs(checksum); ntohs 443 lib/replace/getaddrinfo.c int port = ntohs(((struct sockaddr_in *)sa)->sin_port); ntohs 369 lib/socket_wrapper/socket_wrapper.c prt = ntohs(in->sin_port); ntohs 409 lib/socket_wrapper/socket_wrapper.c prt = ntohs(in->sin6_port); ntohs 467 lib/socket_wrapper/socket_wrapper.c prt = ntohs(in->sin_port); ntohs 525 lib/socket_wrapper/socket_wrapper.c prt = ntohs(in->sin6_port); ntohs 1904 lib/socket_wrapper/socket_wrapper.c unsigned int prt = ntohs(((const struct sockaddr_in *)to)->sin_port); ntohs 53 source3/client/dnsbrowse.c hosttarget, ntohs(port)); ntohs 104 source3/lib/util_sock.c port = ntohs(sa6->sin6_port); ntohs 109 source3/lib/util_sock.c port = ntohs(sa->sin_port); ntohs 234 source3/lib/util_sock.c return ntohs(((struct sockaddr_in6 *)&sa)->sin6_port); ntohs 238 source3/lib/util_sock.c return ntohs(((struct sockaddr_in *)&sa)->sin_port); ntohs 131 source3/libaddns/dnsmarshall.c *val = ntohs(n_val); ntohs 264 source3/libaddns/dnssock.c buf->size = ntohs(len); ntohs 790 source3/libsmb/nmblib.c ntohs(si->sin_port)); ntohs 393 source3/utils/net_lookup.c ntohs(addrs[i].sin_port)); ntohs 809 source3/winbindd/winbindd_cm.c if (ntohs(peeraddr_in->sin_port) == 139) { ntohs 82 source4/heimdal/lib/krb5/krbhst.c def_port = ntohs(krb5_getportbyname (context, "http", "tcp", 80)); ntohs 84 source4/heimdal/lib/krb5/krbhst.c def_port = ntohs(krb5_getportbyname (context, service, proto, 88)); ntohs 206 source4/heimdal/lib/krb5/krbhst.c def_port = ntohs(krb5_getportbyname (context, "http", "tcp", 80)); ntohs 825 source4/heimdal/lib/krb5/krbhst.c def_port = ntohs(krb5_getportbyname (context, "kerberos", "udp", 88)); ntohs 829 source4/heimdal/lib/krb5/krbhst.c def_port = ntohs(krb5_getportbyname (context, "kerberos-adm", ntohs 834 source4/heimdal/lib/krb5/krbhst.c def_port = ntohs(krb5_getportbyname (context, "kpasswd", "udp", ntohs 839 source4/heimdal/lib/krb5/krbhst.c def_port = ntohs(krb5_getportbyname (context, "krb524", "udp", 4444)); ntohs 284 source4/heimdal/lib/krb5/send_to_kdc.c ntohs(init_port (colon, htons(80)))); ntohs 74 source4/heimdal/lib/roken/getnameinfo.c snprintf (serv, servlen, "%u", ntohs(port)); ntohs 84 source4/heimdal/lib/roken/getnameinfo.c snprintf (serv, servlen, "%u", ntohs(port)); ntohs 325 source4/lib/socket/socket_ip.c src->port = ntohs(from_addr->sin_port); ntohs 456 source4/lib/socket/socket_ip.c peer->port = ntohs(peer_addr->sin_port); ntohs 501 source4/lib/socket/socket_ip.c local->port = ntohs(local_addr->sin_port); ntohs 811 source4/lib/socket/socket_ip.c src->port = ntohs(from_addr->sin6_port); ntohs 923 source4/lib/socket/socket_ip.c peer->port = ntohs(peer_addr->sin6_port); ntohs 971 source4/lib/socket/socket_ip.c local->port = ntohs(local_addr->sin6_port);