Lines Matching refs:netbufp
89 struct netbuf *netbufp; /* indexes through the addresses */
147 netbufp = retp->n_addrs;
154 netbufp->len = netbufp->maxlen = (int)strlen(fulladdr);
155 if ((netbufp->buf = strdup(fulladdr)) == NULL) {
156 free(netbufp);
172 _netdir_getbyaddr(struct netconfig *netconfigp, struct netbuf *netbufp)
189 (void) strlcpy(fulladdr, netbufp->buf, sizeof (fulladdr));
221 serv = _taddr2uaddr(netconfigp, netbufp);
280 _taddr2uaddr(struct netconfig *netconfigp, struct netbuf *netbufp)
296 from = netbufp->buf;
298 for (i = 0; i < netbufp->len; i++) {