Searched refs:PPP_FLAG (Results 1 – 8 of 8) sorted by relevance
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | pppos.c | 230 err = pppos_output_append(pppos, err, nb, PPP_FLAG, 0, NULL); in pppos_write() 280 err = pppos_output_append(pppos, err, nb, PPP_FLAG, 0, NULL); in pppos_netif_output() 515 } else if (cur_char == PPP_FLAG) { in pppos_input() 864 err = pppos_output_append(pppos, err, nb, PPP_FLAG, 0, NULL); in pppos_output_last()
|
| A D | demand.c | 242 if (c == PPP_FLAG) {
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | pppos.c | 224 err = pppos_output_append(pppos, err, nb, PPP_FLAG, 0, NULL); in pppos_write() 269 err = pppos_output_append(pppos, err, nb, PPP_FLAG, 0, NULL); in pppos_netif_output() 498 } else if (cur_char == PPP_FLAG) { in pppos_input() 844 err = pppos_output_append(pppos, err, nb, PPP_FLAG, 0, NULL); in pppos_output_last()
|
| A D | demand.c | 242 if (c == PPP_FLAG) {
|
| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | ppp_impl.h | 129 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
|
| A D | ppp.c | 893 tailMB = pppAppend(PPP_FLAG, tailMB, NULL); in pppifOutput() 935 tailMB = pppAppend(PPP_FLAG, tailMB, NULL); in pppifOutput() 1102 tailMB = pppAppend(PPP_FLAG, tailMB, NULL); in pppWrite() 1123 tailMB = pppAppend(PPP_FLAG, tailMB, NULL); in pppWrite() 1805 } else if (curChar == PPP_FLAG) { in pppInProc()
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_impl.h | 86 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_impl.h | 82 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
|
Completed in 17 milliseconds