Home
last modified time | relevance | path

Searched refs:inet_ntop_cache (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dinet_ntop_cache.c13 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 …]
H A DMakefile.in156 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.c
1531inet_ntop_cache.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-inet_ntop_cache.Tpo -c -o liblightcomp_la…
[all …]
H A DMakefile.am70 inet_ntop_cache.c crc32.c \
277 mod_ssi.h mod_ssi_expr.h inet_ntop_cache.h \
H A Dbase.h610 inet_ntop_cache_type inet_ntop_cache[INET_NTOP_CACHE_MAX]; member
H A DSConscript18 inet_ntop_cache.c crc32.c \
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS265 * Compare address family in inet_ntop_cache