ntohl             122 core/ngx_inet.c             word = ntohl(word);
ntohl             591 core/ngx_resolver.c     ctx->addr = ntohl(ctx->addr);
ntohl             760 core/ngx_resolver.c         addr = ntohl(ctx->addr);
ntohl             247 http/modules/ngx_http_geo_module.c             return ntohl(ngx_inet_addr(ip, len));
ntohl             270 http/modules/ngx_http_geo_module.c         return ntohl(sin->sin_addr.s_addr);
ntohl             285 http/modules/ngx_http_geo_module.c     return ntohl(ngx_inet_addr(v->data, v->len));
ntohl             583 http/modules/ngx_http_geo_module.c     start = ntohl(start);
ntohl             593 http/modules/ngx_http_geo_module.c     end = ntohl(end);
ntohl            1080 http/modules/ngx_http_geo_module.c     cidr->u.in.addr = ntohl(cidr->u.in.addr);
ntohl            1081 http/modules/ngx_http_geo_module.c     cidr->u.in.mask = ntohl(cidr->u.in.mask);
ntohl             190 http/modules/ngx_http_geoip_module.c     addr = ntohl(sin->sin_addr.s_addr);
ntohl             376 http/modules/ngx_http_geoip_module.c         addr = ntohl(sin->sin_addr.s_addr);
ntohl             856 http/ngx_http_upstream.c         addr = ntohl(ur->addrs[i]);
ntohl             217 mail/ngx_mail_smtp_handler.c                            (ntohl(addr) >> 24) & 0xff,
ntohl             218 mail/ngx_mail_smtp_handler.c                            (ntohl(addr) >> 16) & 0xff,
ntohl             219 mail/ngx_mail_smtp_handler.c                            (ntohl(addr) >> 8) & 0xff,
ntohl             220 mail/ngx_mail_smtp_handler.c                            ntohl(addr) & 0xff);