Searched refs:PPP_ALLSTATIONS (Results 1 – 6 of 6) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_impl.h | 127 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro 226 PUTCHAR(PPP_ALLSTATIONS, p); \
|
| A D | ppp.c | 898 fcsOut = PPP_FCS(fcsOut, PPP_ALLSTATIONS); in pppifOutput() 899 tailMB = pppAppend(PPP_ALLSTATIONS, tailMB, &pc->outACCM); in pppifOutput() 1884 if (curChar != PPP_ALLSTATIONS) { in pppInProc() 1895 if (curChar == PPP_ALLSTATIONS) { in pppInProc()
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_impl.h | 84 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro 548 PUTCHAR(PPP_ALLSTATIONS, p); \
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_impl.h | 80 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro 547 PUTCHAR(PPP_ALLSTATIONS, p); \
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | pppos.c | 285 err = pppos_output_append(pppos, err, nb, PPP_ALLSTATIONS, 1, &fcs_out); in pppos_netif_output() 598 if (cur_char != PPP_ALLSTATIONS) { in pppos_input() 611 if (cur_char == PPP_ALLSTATIONS) { in pppos_input()
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | pppos.c | 274 err = pppos_output_append(pppos, err, nb, PPP_ALLSTATIONS, 1, &fcs_out); in pppos_netif_output() 581 if (cur_char != PPP_ALLSTATIONS) { in pppos_input() 594 if (cur_char == PPP_ALLSTATIONS) { in pppos_input()
|
Completed in 16 milliseconds