Home
last modified time | relevance | path

Searched refs:url2ipv4 (Results 1 – 25 of 33) sorted by relevance

12

/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dtools.h328 int url2ipv4(const char *addr, struct in_addr *dst);
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dtools.h309 int url2ipv4(const char *addr, struct in_addr *dst);
/dports/net/haproxy17/haproxy-1.7.14/include/common/
H A Dstandard.h342 int url2ipv4(const char *addr, struct in_addr *dst);
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dtools.h350 int url2ipv4(const char *addr, struct in_addr *dst);
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dstandard.h436 int url2ipv4(const char *addr, struct in_addr *dst);
/dports/net/haproxy18/haproxy-1.8.30/include/common/
H A Dstandard.h429 int url2ipv4(const char *addr, struct in_addr *dst);
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dstandard.h443 int url2ipv4(const char *addr, struct in_addr *dst);
/dports/net/nuster/nuster-5.0.4.21/include/common/
H A Dstandard.h476 int url2ipv4(const char *addr, struct in_addr *dst);
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Dstandard.h481 int url2ipv4(const char *addr, struct in_addr *dst);
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dstandard.c1162 int url2ipv4(const char *addr, struct in_addr *dst) in url2ipv4() function
1302 ret = url2ipv4(curr, &((struct sockaddr_in *)addr)->sin_addr); in url2sa()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dstandard.c1182 int url2ipv4(const char *addr, struct in_addr *dst) in url2ipv4() function
1322 ret = url2ipv4(curr, &((struct sockaddr_in *)addr)->sin_addr); in url2sa()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dstandard.c1216 int url2ipv4(const char *addr, struct in_addr *dst) in url2ipv4() function
1355 ret = url2ipv4(curr, &((struct sockaddr_in *)addr)->sin_addr); in url2sa()
H A Dhttp_fetch.c1574 if (url2ipv4((char *) temp->area, &smp->data.u.ipv4)) { in smp_fetch_hdr_ip()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dstandard.c1222 int url2ipv4(const char *addr, struct in_addr *dst) in url2ipv4() function
1362 ret = url2ipv4(curr, &((struct sockaddr_in *)addr)->sin_addr); in url2sa()
H A Dhttp_fetch.c1603 len = url2ipv4((char *) temp->area, &smp->data.u.ipv4); in smp_fetch_hdr_ip()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dstandard.c1219 int url2ipv4(const char *addr, struct in_addr *dst) in url2ipv4() function
1358 ret = url2ipv4(curr, &((struct sockaddr_in *)addr)->sin_addr); in url2sa()
H A Dhttp_fetch.c953 if (url2ipv4((char *) smp->data.u.str.area, &smp->data.u.ipv4)) { in smp_fetch_hdr_ip()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dstandard.c1233 int url2ipv4(const char *addr, struct in_addr *dst) in url2ipv4() function
1372 ret = url2ipv4(curr, &((struct sockaddr_in *)addr)->sin_addr); in url2sa()
H A Dhttp_fetch.c974 if (url2ipv4((char *) temp->area, &smp->data.u.ipv4)) { in smp_fetch_hdr_ip()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dtools.c1238 int url2ipv4(const char *addr, struct in_addr *dst) in url2ipv4() function
1378 ret = url2ipv4(curr, &((struct sockaddr_in *)addr)->sin_addr); in url2sa()
H A Dhttp_fetch.c1029 len = url2ipv4((char *) temp->area, &smp->data.u.ipv4); in smp_fetch_hdr_ip()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dtools.c1388 int url2ipv4(const char *addr, struct in_addr *dst) in url2ipv4() function
1528 ret = url2ipv4(curr, &((struct sockaddr_in *)addr)->sin_addr); in url2sa()
H A Dhttp_fetch.c1029 len = url2ipv4((char *) temp->area, &smp->data.u.ipv4); in smp_fetch_hdr_ip()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dtools.c1541 int url2ipv4(const char *addr, struct in_addr *dst) in url2ipv4() function
1681 ret = url2ipv4(curr, &((struct sockaddr_in *)addr)->sin_addr); in url2sa()
H A Dhttp_fetch.c1014 len = url2ipv4((char *) temp->area, &smp->data.u.ipv4); in smp_fetch_hdr_ip()

12