Searched refs:_XGethostbyaddr (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xos_r.h | 377 * struct hostent* _XGethostbyaddr(const char* addr, int len, int type, 400 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t)) macro 443 # define _XGethostbyaddr(a,al,t,hp) \ macro 481 # define _XGethostbyaddr(a,al,t,hp) \ macro 497 # define _XGethostbyaddr(a,al,t,hp) \ macro 513 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t)) macro
|
| /xsrc/external/mit/xtrans/dist/ |
| H A D | Xtransutil.c | 231 /* Needed for _XGethostbyaddr usage in TRANS(GetPeerNetworkId) */ 390 hostp = _XGethostbyaddr (address, addresslen, family, hparams);
|
Completed in 4 milliseconds