Home
last modified time | relevance | path

Searched refs:null_term_ip6 (Results 1 – 9 of 9) sorted by relevance

/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dstandard.c2480 char null_term_ip6[INET6_ADDRSTRLEN + 1]; in buf2ip6() local
2486 memcpy(null_term_ip6, buf, len); in buf2ip6()
2487 null_term_ip6[len] = '\0'; in buf2ip6()
2489 if (!inet_pton(AF_INET6, null_term_ip6, &out)) in buf2ip6()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dstandard.c2576 char null_term_ip6[INET6_ADDRSTRLEN + 1]; in buf2ip6() local
2582 memcpy(null_term_ip6, buf, len); in buf2ip6()
2583 null_term_ip6[len] = '\0'; in buf2ip6()
2585 if (!inet_pton(AF_INET6, null_term_ip6, &out)) in buf2ip6()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dstandard.c2596 char null_term_ip6[INET6_ADDRSTRLEN + 1]; in buf2ip6() local
2602 memcpy(null_term_ip6, buf, len); in buf2ip6()
2603 null_term_ip6[len] = '\0'; in buf2ip6()
2605 if (!inet_pton(AF_INET6, null_term_ip6, &out)) in buf2ip6()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dstandard.c2624 char null_term_ip6[INET6_ADDRSTRLEN + 1]; in buf2ip6() local
2630 memcpy(null_term_ip6, buf, len); in buf2ip6()
2631 null_term_ip6[len] = '\0'; in buf2ip6()
2633 if (!inet_pton(AF_INET6, null_term_ip6, &out)) in buf2ip6()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dstandard.c2599 char null_term_ip6[INET6_ADDRSTRLEN + 1]; in buf2ip6() local
2605 memcpy(null_term_ip6, buf, len); in buf2ip6()
2606 null_term_ip6[len] = '\0'; in buf2ip6()
2608 if (!inet_pton(AF_INET6, null_term_ip6, &out)) in buf2ip6()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dstandard.c2633 char null_term_ip6[INET6_ADDRSTRLEN + 1]; in buf2ip6() local
2639 memcpy(null_term_ip6, buf, len); in buf2ip6()
2640 null_term_ip6[len] = '\0'; in buf2ip6()
2642 if (!inet_pton(AF_INET6, null_term_ip6, &out)) in buf2ip6()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dtools.c2666 char null_term_ip6[INET6_ADDRSTRLEN + 1]; in buf2ip6() local
2672 memcpy(null_term_ip6, buf, len); in buf2ip6()
2673 null_term_ip6[len] = '\0'; in buf2ip6()
2675 if (!inet_pton(AF_INET6, null_term_ip6, &out)) in buf2ip6()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dtools.c2816 char null_term_ip6[INET6_ADDRSTRLEN + 1]; in buf2ip6() local
2822 memcpy(null_term_ip6, buf, len); in buf2ip6()
2823 null_term_ip6[len] = '\0'; in buf2ip6()
2825 if (!inet_pton(AF_INET6, null_term_ip6, &out)) in buf2ip6()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dtools.c2967 char null_term_ip6[INET6_ADDRSTRLEN + 1]; in buf2ip6() local
2973 memcpy(null_term_ip6, buf, len); in buf2ip6()
2974 null_term_ip6[len] = '\0'; in buf2ip6()
2976 if (!inet_pton(AF_INET6, null_term_ip6, &out)) in buf2ip6()