htons             680 core/ngx_inet.c         sin->sin_port = htons((in_port_t) n);
htons             704 core/ngx_inet.c                     sin->sin_port = htons((in_port_t) n);
htons             771 core/ngx_inet.c         sin->sin_port = htons(u->default_port);
htons             844 core/ngx_inet.c             sin6->sin6_port = htons((in_port_t) n);
htons             881 core/ngx_inet.c         sin6->sin6_port = htons(u->default_port);
htons             909 core/ngx_inet.c     port = htons(u->port);
htons            2533 http/ngx_http_core_module.c         sin->sin_port = htons(80);
htons            2535 http/ngx_http_core_module.c         sin->sin_port = htons((getuid() == 0) ? 80 : 8000);
htons             311 http/ngx_http_upstream_round_robin.c             sin->sin_port = htons(ur->port);
htons             796 mail/ngx_mail_auth_http_module.c             sin->sin_port = htons((in_port_t) port);