Home | History | Annotate | Download | only in X11

Lines Matching refs:gethostbyaddr

31  *	<netdb.h>	for gethostbyname(), gethostbyaddr(), or getservbyname()
49 * Gethostbyaddr(), and Getservbyname() do NOT copy the host or
366 * Gethostbyaddr(), and Getservbyname() do NOT copy the host or
400 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t))
445 (((hp).hptr = gethostbyaddr((a),(al),(t))) ? _Xg_copyHostent(hp) : 0), \
513 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t))