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

/illumos-gate/usr/src/lib/nametoaddr/straddr/common/
H A Dstraddr.c90 struct netbuf *netbufp; /* indexes through the addresses */ local
148 netbufp = retp->n_addrs;
155 netbufp->len = netbufp->maxlen = (int)strlen(fulladdr);
156 if ((netbufp->buf = strdup(fulladdr)) == NULL) {
157 free(netbufp);
173 _netdir_getbyaddr(struct netconfig *netconfigp, struct netbuf *netbufp) argument
190 (void) strlcpy(fulladdr, netbufp->buf, sizeof (fulladdr));
222 serv = _taddr2uaddr(netconfigp, netbufp);
281 _taddr2uaddr(struct netconfig *netconfigp, struct netbuf *netbufp) argument
[all...]

Completed in 56 milliseconds