Home
last modified time | relevance | path

Searched refs:PPPControlRx (Results 1 – 1 of 1) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dppp.c189 } PPPControlRx; typedef
195 PPPControlRx rx;
244 static void pppDrop(PPPControlRx *pcrx);
245 static void pppInProc(PPPControlRx *pcrx, u_char *s, int l);
246 static void pppFreeCurrentInputPacket(PPPControlRx *pcrx);
1521 PPPControlRx *pcrx = arg; in pppInputThread()
1729 pppFreeCurrentInputPacket(PPPControlRx *pcrx) in pppFreeCurrentInputPacket()
1745 pppDrop(PPPControlRx *pcrx) in pppDrop()
1781 pppInProc(PPPControlRx *pcrx, u_char *s, int l) in pppInProc()