/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | netdb.h | 83 struct addrinfo { struct 91 struct addrinfo *ai_next; /* Pointer to next in list. */ 103 void lwip_freeaddrinfo(struct addrinfo *ai); 106 const struct addrinfo *hints, 107 struct addrinfo **res); 113 #define freeaddrinfo(addrinfo) lwip_freeaddrinfo(addrinfo)
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | netdb.h | 175 struct addrinfo { struct 189 struct addrinfo *ai_next; /*%< next structure in linked list */ 249 /* valid flags for addrinfo (not a standard def, apps should not use it) */ 327 const struct addrinfo * __restrict, 328 struct addrinfo ** __restrict); 332 void freeaddrinfo(struct addrinfo *);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | ws2tcpip.h | 41 /* for addrinfo calls */ 42 typedef struct WS(addrinfo) 51 struct WS(addrinfo)* ai_next; 173 int WINAPI WS(getaddrinfo)(const char*,const char*,const struct WS(addrinfo)*,struct WS(addrinfo)**); 202 typedef int (WINAPI *LPFN_GETADDRINFO)(const char*,const char*,const struct WS(addrinfo)*,struct WS(addrinfo)**);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | ws2tcpip.h | 41 /* for addrinfo calls */ 42 typedef struct WS(addrinfo) 51 struct WS(addrinfo)* ai_next; 165 int WINAPI WS(getaddrinfo)(const char*,const char*,const struct WS(addrinfo)*,struct WS(addrinfo)**); 194 typedef int (WINAPI *LPFN_GETADDRINFO)(const char*,const char*,const struct WS(addrinfo)*,struct WS(addrinfo)**);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
H A D | netdb.c | 229 * Frees one or more addrinfo structures returned by getaddrinfo(), along with 233 * @param ai struct addrinfo to free 236 lwip_freeaddrinfo(struct addrinfo *ai) 238 struct addrinfo *next; 268 const struct addrinfo *hints, struct addrinfo **res) 272 struct addrinfo *ai; 306 total_size = sizeof(struct addrinfo) + sizeof(struct sockaddr_in); 315 ai = (struct addrinfo *)memp_malloc(MEMP_NETDB); 320 sa = (struct sockaddr_in*)((u8_t*)ai + sizeof(struct addrinfo)); [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _osf1.h | 78 struct addrinfo { struct 86 struct addrinfo *ai_next;
|
H A D | _openvms.h | 119 struct addrinfo { struct 127 struct addrinfo *ai_next;
|
H A D | _win95.h | 64 struct addrinfo { struct 72 struct addrinfo *ai_next;
|
H A D | _winnt.h | 79 struct addrinfo { struct 87 struct addrinfo *ai_next;
|
H A D | _solaris.h | 136 struct addrinfo { struct 144 struct addrinfo *ai_next;
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | portfwd.c | 152 struct addrinfo hints; 153 struct addrinfo *ai;
|
H A D | pxdns.c | 315 struct addrinfo hints; 350 struct addrinfo *ai;
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | udptcpip.c | 155 struct addrinfo *res,*cur; 156 struct addrinfo hints; 633 struct addrinfo *res,*cur; 634 struct addrinfo hints;
|
H A D | tcpip.c | 438 struct addrinfo *res,*cur; 439 struct addrinfo hints; 1225 struct addrinfo *res,*cur; 1226 struct addrinfo hints;
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | tcp.c | 438 struct addrinfo hints, *res, *ressave; 443 memset(&hints, 0, sizeof(struct addrinfo));
|
/vbox/src/VBox/Runtime/r3/ |
H A D | socket.cpp | 720 struct addrinfo grHints; 760 struct addrinfo *pgrResults = NULL; 771 struct addrinfo const *pgrResult = pgrResults->ai_next;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prnetdb.c | 1942 typedef struct addrinfo PRADDRINFO; 1948 typedef struct addrinfo PRADDRINFO;
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | nanohttp.c | 997 struct addrinfo hints, *res, *result;
|
H A D | nanoftp.c | 881 struct addrinfo hints, *tmp, *result;
|