search for: h_aliases

Displaying 4 results from an estimated 4 matches for "h_aliases".

2008 Jul 07
2
copyin having secondary effects.
...d. So I have ended up with this script: #!/usr/bin/dtrace -CZs #include <netdb.h> pid$target::gethostbyname_r:return { self->r = (struct hostent *)copyin(arg1, sizeof (struct hostent)); printf("%d Host: %s", pid, copyinstr((uintptr_t)self->r->h_name)); printf(" h_aliases %p ", self->r->h_aliases); self->a = (char **)copyin((uintptr_t)self->r->h_aliases, 4*sizeof (char *)); } #define ALIAS(X) \ pid$target::gethostbyname_r:return \ / self->a[X] != 0 / \ { \ printf("%d h_alias[%d]: %p", pid, X, (uintptr_t)(self->a[X])); \ self-...
1998 Nov 24
1
Missing inet.h and netdb.h for SCO
I tried to compile Samba 2.0 beta with cc under SCO 3.2. I seem to be missing the inet.h and netdb.h include files. Does anyone know if they are publicly available? Steve Grose Sgrose@cmps.com Continental Managed Pharmacy Services - www.preferrx.com Voice - 216-459-2025 Ext. 208 Fax - 216-485-8615 Any opinions expressed are my own and not necessarily those of my employers.
2009 Dec 29
0
aMSN segfaults at login after configuring my home network
...gaih_inet (name=<value optimized out>, service=<value optimized out>, req=0xbfffd624, pai=0xbfffd5e4, naddrs=0xbfffd5d4) at ../sysdeps/posix/getaddrinfo.c:531 family = 2 tmpbuflen = 512 tmpbuf = 0xbfffd1c0 "\377\002" th = {h_name = 0x0, h_aliases = 0x0, h_addrtype = 0, h_length = 0, h_addr_list = 0x0} herrno = 1 rc = <value optimized out> h = 0xbfffd5e0 no_more = <value optimized out> tmpbuf = <value optimized out> nip = 0x0 status = <value optimized out&...
2009 Dec 18
0
Wine release 1.1.35
...ull in 'windows.h' instead of the component headers. Erich Hoover (3): ws2_32: Separate out hostent creation from duplication. ws2_32: Return the full list of local IP addresses when gethostbyname() is called on the local hostname. ws2_32: Fix allocating a hostent with no h_aliases list. Francois Gouget (8): winhttp: Fix compilation on systems that don't support nameless unions. mshtml/tests: Fix the get_event_src() macro declaration. wined3d: Don't define nameless structs or unions. crypt32/tests: Fix compilation on systems that don't sup...