Lines Matching refs:tmpbuf
193 char tmpbuf[sizeof(union DL_primitives) + 16]; local
226 memset(tmpbuf, 0, sizeof(tmpbuf));
227 dlp = (union DL_primitives *) tmpbuf;
230 cbuf.buf = tmpbuf;
237 cbuf.buf = tmpbuf;
238 cbuf.maxlen = sizeof(tmpbuf);
268 memset(tmpbuf, 0, sizeof(tmpbuf));
269 dlp = (union DL_primitives *) tmpbuf;
272 cbuf.buf = tmpbuf;
279 cbuf.buf = tmpbuf;
280 cbuf.maxlen = sizeof(tmpbuf);
310 enaddr = tmpbuf + dlp->bind_ack.dl_addr_offset;