Lines Matching refs:eabuf
244 eabuf_t *eabuf;
251 eabuf = pthread_getspecific(key);
252 if (eabuf == NULL) {
253 eabuf = malloc(sizeof (eabuf_t));
254 (void) thr_setspecific(key, eabuf);
256 return (eabuf);
280 eabuf_t *eabuf;
282 if ((eabuf = ea_buf()) == NULL)
284 return (ether_ntoa_r(e, eabuf->ea_string));
312 eabuf_t *eabuf;
314 if ((eabuf = ea_buf()) == NULL)
316 return (ether_aton_r(s, &eabuf->ea_addr));