HomeSort by: relevance | last modified time | path
    Searched defs:ypbuflen (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/net/
ethers.c 112 int ypbuflen; local in function:ether_ntohost
117 trylen, &ypbuf, &ypbuflen))
119 ypbuflen = ether_line(ypbuf, &try, hostname);
121 if (ypbuflen == 0)
166 int ypbuflen; local in function:ether_hostton
171 &ypbuf, &ypbuflen))
173 ypbuflen = ether_line(ypbuf, e, try);
175 if (ypbuflen == 0)
getaddrinfo.c 2483 int ypbuflen, r; local in function:_yp_getaddrinfo
2500 (int)strlen(name), &ypbuf, &ypbuflen);
2518 (int)strlen(name), &ypbuf, &ypbuflen);
  /src/usr.sbin/rpc.bootparamd/
bootparamd.c 315 static int ypbuflen = 0; local in function:lookup_bootparam
350 strlen(client), &ypbuf, &ypbuflen))

Completed in 13 milliseconds