Lines Matching full:api
8 2 - Raw API PPP example for all protocols
9 3 - PPPoS input path (raw API, IRQ safe API, TCPIP API)
10 4 - Thread safe PPP API (PPPAPI)
48 2 Raw API PPP example for all protocols
51 As usual, raw API for lwIP means the lightweight API which *MUST* only be used
378 3 PPPoS input path (raw API, IRQ safe API, TCPIP API)
394 using the TCPIP API. This is thread safe in all cases but you should avoid
421 4 Thread safe PPP API (PPPAPI)
424 There is a thread safe API for all corresponding ppp_* functions, you have to
476 PPP API was fully reworked between 1.4.x and 2.0.x releases. However porting
479 * Previous PPP API used an integer to identify PPP sessions, we are now
490 * Previous PPP API used CamelCase, we are now using snake_case.
492 * Previous PPP API mixed PPPoS and PPPoE calls, this isn't the case anymore,
516 the PPPAPI API instead.
526 * PPPoS does not use the SIO API anymore, as such it now requires a serial