Searched defs:ctrlbuf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.c257 handle_input(uint32_t *ctrlbuf, int ctrllen, uint32_t *databuf, int datalen) argument
273 ptc = (struct ppptun_control *)ctrlbuf;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1757 uint32_t ctrlbuf[1536 / sizeof (uint32_t)]; local
1766 ctrl.maxlen = sizeof (ctrlbuf);
1767 ctrl.buf = (caddr_t)ctrlbuf;
1814 plp = (struct ppp_ls *)ctrlbuf;

Completed in 50 milliseconds