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

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-sunos4.c639 unsigned char ctrlbuf[64]; local
644 ctrl.maxlen = sizeof(ctrlbuf);
645 ctrl.buf = (caddr_t) ctrlbuf;
H A Dsys-solaris.c1353 unsigned char ctrlbuf[sizeof(union DL_primitives) + 64]; local
1358 ctrl.maxlen = sizeof(ctrlbuf);
1359 ctrl.buf = (caddr_t) ctrlbuf;
1377 ((union DL_primitives *)ctrlbuf)->dl_primitive, ctrl.len);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-sunos4.c740 unsigned char ctrlbuf[64]; local
745 ctrl.maxlen = sizeof(ctrlbuf);
746 ctrl.buf = (caddr_t) ctrlbuf;
H A Dsys-solaris.c1455 unsigned char ctrlbuf[sizeof(union DL_primitives) + 64]; local
1460 ctrl.maxlen = sizeof(ctrlbuf);
1461 ctrl.buf = (caddr_t) ctrlbuf;
1479 ((union DL_primitives *)ctrlbuf)->dl_primitive, ctrl.len);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-sunos4.c740 unsigned char ctrlbuf[64]; local
745 ctrl.maxlen = sizeof(ctrlbuf);
746 ctrl.buf = (caddr_t) ctrlbuf;
H A Dsys-solaris.c1455 unsigned char ctrlbuf[sizeof(union DL_primitives) + 64]; local
1460 ctrl.maxlen = sizeof(ctrlbuf);
1461 ctrl.buf = (caddr_t) ctrlbuf;
1479 ((union DL_primitives *)ctrlbuf)->dl_primitive, ctrl.len);

Completed in 104 milliseconds