Searched refs:inet_ntop_cache (Results 1 – 6 of 6) sorted by relevance
13 if (srv->inet_ntop_cache[i].ts != 0 && srv->inet_ntop_cache[i].family == addr->plain.sa_family) { in inet_ntop_cache_get_ip()14 if (srv->inet_ntop_cache[i].family == AF_INET6 && in inet_ntop_cache_get_ip()18 } else if (srv->inet_ntop_cache[i].family == AF_INET && in inet_ntop_cache_get_ip()19 srv->inet_ntop_cache[i].addr.ipv4.s_addr == addr->ipv4.sin_addr.s_addr) { in inet_ntop_cache_get_ip()35 srv->inet_ntop_cache[i].b2, INET6_ADDRSTRLEN); in inet_ntop_cache_get_ip()37 srv->inet_ntop_cache[i].ts = srv->cur_ts; in inet_ntop_cache_get_ip()38 srv->inet_ntop_cache[i].family = addr->plain.sa_family; in inet_ntop_cache_get_ip()40 if (srv->inet_ntop_cache[i].family == AF_INET) { in inet_ntop_cache_get_ip()41 srv->inet_ntop_cache[i].addr.ipv4.s_addr = addr->ipv4.sin_addr.s_addr; in inet_ntop_cache_get_ip()42 } else if (srv->inet_ntop_cache[i].family == AF_INET6) { in inet_ntop_cache_get_ip()[all …]
156 fdevent_libmtcp.c data_config.c bitset.c inet_ntop_cache.c \180 liblightcomp_la-inet_ntop_cache.lo liblightcomp_la-crc32.lo \441 fdevent_libmtcp.c data_config.c bitset.c inet_ntop_cache.c \460 inet_ntop_cache.$(OBJEXT) crc32.$(OBJEXT) \762 inet_ntop_cache.c crc32.c \901 mod_ssi.h mod_ssi_expr.h inet_ntop_cache.h \1207 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_ntop_cache.Po@am__quote@1236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/liblightcomp_la-inet_ntop_cache.Plo@am__quote@1530 liblightcomp_la-inet_ntop_cache.lo: inet_ntop_cache.c1531 …inet_ntop_cache.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-inet_ntop_cache.Tpo -c -o liblightcomp_la…[all …]
70 inet_ntop_cache.c crc32.c \277 mod_ssi.h mod_ssi_expr.h inet_ntop_cache.h \
610 inet_ntop_cache_type inet_ntop_cache[INET_NTOP_CACHE_MAX]; member
18 inet_ntop_cache.c crc32.c \
265 * Compare address family in inet_ntop_cache