Lines Matching refs:tmpbuf
194 char tmpbuf[sizeof(union DL_primitives) + 16]; local
227 memset(tmpbuf, 0, sizeof(tmpbuf));
228 dlp = (union DL_primitives *) tmpbuf;
231 cbuf.buf = tmpbuf;
238 cbuf.buf = tmpbuf;
239 cbuf.maxlen = sizeof(tmpbuf);
269 memset(tmpbuf, 0, sizeof(tmpbuf));
270 dlp = (union DL_primitives *) tmpbuf;
273 cbuf.buf = tmpbuf;
280 cbuf.buf = tmpbuf;
281 cbuf.maxlen = sizeof(tmpbuf);
311 enaddr = tmpbuf + dlp->bind_ack.dl_addr_offset;