Home
last modified time | relevance | path

Searched refs:ypbuflen (Results 1 – 3 of 3) sorted by relevance

/netbsd/lib/libc/net/
H A Dethers.c112 int ypbuflen; in ether_ntohost() local
117 trylen, &ypbuf, &ypbuflen)) in ether_ntohost()
119 ypbuflen = ether_line(ypbuf, &try, hostname); in ether_ntohost()
121 if (ypbuflen == 0) in ether_ntohost()
166 int ypbuflen; in ether_hostton() local
171 &ypbuf, &ypbuflen)) in ether_hostton()
173 ypbuflen = ether_line(ypbuf, e, try); in ether_hostton()
175 if (ypbuflen == 0) in ether_hostton()
H A Dgetaddrinfo.c2482 int ypbuflen, r; in _yp_getaddrinfo() local
2499 (int)strlen(name), &ypbuf, &ypbuflen); in _yp_getaddrinfo()
2517 (int)strlen(name), &ypbuf, &ypbuflen); in _yp_getaddrinfo()
/netbsd/usr.sbin/rpc.bootparamd/
H A Dbootparamd.c315 static int ypbuflen = 0; in lookup_bootparam() local
350 strlen(client), &ypbuf, &ypbuflen)) in lookup_bootparam()