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

/osnet-11/usr/src/lib/libsocket/inet/
H A Dether_addr.c243 eabuf_t *eabuf; local
250 eabuf = pthread_getspecific(key);
251 if (eabuf == NULL) {
252 eabuf = malloc(sizeof (eabuf_t));
253 (void) thr_setspecific(key, eabuf);
255 return (eabuf);
264 eabuf_t *eabuf; local
267 if ((eabuf = ea_buf()) == NULL)
269 s = eabuf->ea_string;
283 eabuf_t *eabuf; local
[all...]

Completed in 14 milliseconds