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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1743 * read_packet()
1748 read_packet(buf) function
1809 warn("read_packet: ctl.len %d < "
1817 dbglog("read_packet: unrecognized control %lX",
1851 warn("read_packet: unknown link status type!");
1879 * stream to the pppd process. Therefore, the call to read_packet()
1884 while (read_packet(inpacket_buf) > 0) {

Completed in 67 milliseconds