Searched refs:inet_pton (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/arpa/ |
H A D | inet.h | 90 int inet_pton(int, const char * __restrict,
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/ |
H A D | gethostbyht.c | 134 if (inet_pton(AF_INET6, p, host_addr) > 0) { 137 } else if (inet_pton(AF_INET, p, host_addr) > 0) {
|
H A D | inet_pton.c | 58 static char rcsid[] = "$Id: inet_pton.c,v 1.1.1.1 2003/11/19 01:51:30 kyu3 Exp $"; 79 * inet_pton(af, src, dst) 90 inet_pton( function
|
H A D | gethostbydns.c | 573 if (inet_pton(af, name, host_addr) <= 0) { 606 if (inet_pton(af, name, host_addr) <= 0) {
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | ws2tcpip.h | 185 int WINAPI WS(inet_pton)(INT,PCSTR,PVOID); 186 #define InetPtonA WS(inet_pton)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | ws2tcpip.h | 177 int WINAPI WS(inet_pton)(INT,PCSTR,PVOID); 178 #define InetPtonA WS(inet_pton)
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | resolv_conf_parser.c | 310 rc = inet_pton(AF_INET6, parser->rcpp_str_buffer,
|
/vbox/src/VBox/ValidationKit/testmanager/core/ |
H A D | base.py | 588 socket.inet_pton(socket.AF_INET, sValue); # pylint: disable=E1101 591 socket.inet_pton(socket.AF_INET6, sValue); # pylint: disable=E1101
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_printf.c | 575 if (strchr(s, ':') == NULL && inet_pton(AF_INET, s, inetaddr) != -1) { 579 } else if (inet_pton(AF_INET6, s, inetaddr) != -1) {
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prnetdb.c | 1552 * (Same as inet_pton(AF_INET6, string, addr).) 1776 rv = inet_pton(AF_INET6, string, &addr->ipv6.ip); 1784 /* clean up after the failed inet_pton() call */ 1786 rv = inet_pton(AF_INET, string, &addr->inet.ip);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/ |
H A D | namespace.h | 67 #define inet_pton _inet_pton
|
Completed in 1680 milliseconds