htonl              52 core/ngx_inet.c         return htonl(addr);
htonl             432 core/ngx_inet.c             cidr->u.in.mask = htonl((ngx_uint_t) (0 - (1 << (32 - shift))));
htonl            1240 core/ngx_resolver.c             addr = htonl((buf[i] << 24) + (buf[i + 1] << 16)
htonl            1306 core/ngx_resolver.c                     addrs[n++] = htonl((buf[i] << 24) + (buf[i + 1] << 16)
htonl             129 http/modules/ngx_http_access_module.c             return ngx_http_access_inet(r, alcf, htonl(addr));
htonl             531 http/modules/ngx_http_userid_filter_module.c             ctx->uid_set[0] = htonl(conf->service);
htonl             534 http/modules/ngx_http_userid_filter_module.c         ctx->uid_set[1] = htonl((uint32_t) ngx_time());
htonl             535 http/modules/ngx_http_userid_filter_module.c         ctx->uid_set[2] = htonl(start_value);
htonl             536 http/modules/ngx_http_userid_filter_module.c         ctx->uid_set[3] = htonl(sequencer_v2);