Searched refs:addrinfo (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetdb.h83 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 Dnetdb.h175 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 Dws2tcpip.h41 /* 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 Dws2tcpip.h41 /* 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 Dnetdb.c229 * 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.h78 struct addrinfo { struct
86 struct addrinfo *ai_next;
H A D_openvms.h119 struct addrinfo { struct
127 struct addrinfo *ai_next;
H A D_win95.h64 struct addrinfo { struct
72 struct addrinfo *ai_next;
H A D_winnt.h79 struct addrinfo { struct
87 struct addrinfo *ai_next;
H A D_solaris.h136 struct addrinfo { struct
144 struct addrinfo *ai_next;
/vbox/src/VBox/NetworkServices/NAT/
H A Dportfwd.c152 struct addrinfo hints;
153 struct addrinfo *ai;
H A Dpxdns.c315 struct addrinfo hints;
350 struct addrinfo *ai;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dudptcpip.c155 struct addrinfo *res,*cur;
156 struct addrinfo hints;
633 struct addrinfo *res,*cur;
634 struct addrinfo hints;
H A Dtcpip.c438 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 Dtcp.c438 struct addrinfo hints, *res, *ressave;
443 memset(&hints, 0, sizeof(struct addrinfo));
/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp720 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 Dprnetdb.c1942 typedef struct addrinfo PRADDRINFO;
1948 typedef struct addrinfo PRADDRINFO;
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c997 struct addrinfo hints, *res, *result;
H A Dnanoftp.c881 struct addrinfo hints, *tmp, *result;

Completed in 3170 milliseconds