Searched refs:netbufp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/nametoaddr/straddr/common/
H A Dstraddr.c89 struct netbuf *netbufp; /* indexes through the addresses */ local
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) argument
189 (void) strlcpy(fulladdr, netbufp->buf, sizeof (fulladdr));
221 serv = _taddr2uaddr(netconfigp, netbufp);
280 _taddr2uaddr(struct netconfig *netconfigp, struct netbuf *netbufp) argument
[all...]

Completed in 15 milliseconds