Searched refs:ypbuf (Results 1 – 2 of 2) sorted by relevance
| /minix3/lib/libc/net/ |
| H A D | ethers.c | 111 char *ypbuf, *ypdom; in ether_ntohost() local 117 trylen, &ypbuf, &ypbuflen)) in ether_ntohost() 119 ypbuflen = ether_line(ypbuf, &try, hostname); in ether_ntohost() 120 free(ypbuf); in ether_ntohost() 165 char *ypbuf, *ypdom; in ether_hostton() local 171 &ypbuf, &ypbuflen)) in ether_hostton() 173 ypbuflen = ether_line(ypbuf, e, try); in ether_hostton() 174 free(ypbuf); in ether_hostton()
|
| H A D | getaddrinfo.c | 1953 char *ypbuf; in _yp_getaddrinfo() local 1971 (int)strlen(name), &ypbuf, &ypbuflen); in _yp_getaddrinfo() 1977 ai = _yphostent(ypbuf, &ai4); in _yp_getaddrinfo() 1984 free(ypbuf); in _yp_getaddrinfo() 1989 (int)strlen(name), &ypbuf, &ypbuflen); in _yp_getaddrinfo() 1991 ai = _yphostent(ypbuf, pai); in _yp_getaddrinfo() 1994 free(ypbuf); in _yp_getaddrinfo()
|