Lines Matching refs:tmpbuf
190 char tmpbuf[sizeof(union DL_primitives) + 16]; local
223 memset(tmpbuf, 0, sizeof(tmpbuf));
224 dlp = (union DL_primitives *) tmpbuf;
227 cbuf.buf = tmpbuf;
234 cbuf.buf = tmpbuf;
235 cbuf.maxlen = sizeof(tmpbuf);
265 memset(tmpbuf, 0, sizeof(tmpbuf));
266 dlp = (union DL_primitives *) tmpbuf;
269 cbuf.buf = tmpbuf;
276 cbuf.buf = tmpbuf;
277 cbuf.maxlen = sizeof(tmpbuf);
307 enaddr = tmpbuf + dlp->bind_ack.dl_addr_offset;