Lines Matching refs:nbuf
1139 struct netbuf nbuf;
1150 nbuf.buf = (char *)&sa;
1151 nbuf.len = nbuf.maxlen = sizeof (sa);
1153 &addrs, &nbuf)) != 0) {
1160 _nderror = ndhostserv2hent(&nbuf, addrs, res->nss.host.hent,
1205 nbuf.buf = (char *)&sa;
1206 nbuf.len = nbuf.maxlen = sizeof (sa);
1208 &addrs, &nbuf)) != ND_OK) {
2334 ndhostserv2hent(struct netbuf *nbuf, struct nd_hostservlist *addrs,
2347 sa = (struct sockaddr_in *)nbuf->buf;