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

/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dppp.c244 static void pppDrop(PPPControlRx *pcrx);
245 static void pppInProc(PPPControlRx *pcrx, u_char *s, int l);
246 static void pppFreeCurrentInputPacket(PPPControlRx *pcrx);
1517 PPPControlRx *pcrx = arg; local
1519 while (lcp_phase[pcrx->pd] != PHASE_DEAD) {
1520 count = sio_read(pcrx->fd, pcrx->rxbuf, PPPOS_RX_BUFSIZE);
1522 pppInProc(pcrx, pcrx->rxbuf, count);
1736 pppFreeCurrentInputPacket(PPPControlRx *pcrx) argument
1752 pppDrop(PPPControlRx *pcrx) argument
1788 pppInProc(PPPControlRx *pcrx, u_char *s, int l) argument
[all...]

Completed in 37 milliseconds