AF_INET            58 core/ngx_connection.c     case AF_INET:
AF_INET           136 core/ngx_connection.c         case AF_INET:
AF_INET           194 core/ngx_inet.c     case AF_INET:
AF_INET           255 core/ngx_inet.c     case AF_INET:
AF_INET           377 core/ngx_inet.c         cidr->family = AF_INET;
AF_INET           470 core/ngx_inet.c         family = AF_INET;
AF_INET           623 core/ngx_inet.c     sin->sin_family = AF_INET;
AF_INET           625 core/ngx_inet.c     u->family = AF_INET;
AF_INET           953 core/ngx_inet.c             sin->sin_family = AF_INET;
AF_INET           989 core/ngx_inet.c         sin->sin_family = AF_INET;
AF_INET          2111 core/ngx_resolver.c     s = ngx_socket(AF_INET, SOCK_DGRAM, 0);
AF_INET          1080 event/ngx_event.c         if (cidr.family != AF_INET) {
AF_INET            86 event/ngx_event_connect.c     if (pc->sockaddr->sa_family != AF_INET) {
AF_INET           137 http/modules/ngx_http_access_module.c     if (alcf->rules && r->connection->sockaddr->sa_family == AF_INET) {
AF_INET           265 http/modules/ngx_http_geo_module.c         if (r->connection->sockaddr->sa_family != AF_INET) {
AF_INET          1070 http/modules/ngx_http_geo_module.c     if (cidr->family != AF_INET) {
AF_INET           185 http/modules/ngx_http_geoip_module.c     if (r->connection->sockaddr->sa_family != AF_INET) {
AF_INET           373 http/modules/ngx_http_geoip_module.c     if (gcf->city && r->connection->sockaddr->sa_family == AF_INET) {
AF_INET           214 http/modules/ngx_http_realip_module.c     if (c->sockaddr->sa_family == AF_INET) {
AF_INET           353 http/modules/ngx_http_realip_module.c     if (cidr.family != AF_INET) {
AF_INET           114 http/modules/ngx_http_upstream_ip_hash_module.c     if (r->connection->sockaddr->sa_family == AF_INET) {
AF_INET          2531 http/ngx_http_core_module.c         sin->sin_family = AF_INET;
AF_INET           302 http/ngx_http_upstream_round_robin.c             len = ngx_inet_ntop(AF_INET, &ur->addrs[i], p, NGX_INET_ADDRSTRLEN);
AF_INET           310 http/ngx_http_upstream_round_robin.c             sin->sin_family = AF_INET;
AF_INET           783 mail/ngx_mail_auth_http_module.c             sin->sin_family = AF_INET;
AF_INET            69 mail/ngx_mail_smtp_handler.c     if (c->sockaddr->sa_family != AF_INET) {