Searched refs:PPP_FLAG (Results 1 – 4 of 4) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
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()
|
D | demand.c | 242 if (c == PPP_FLAG) {
|
/third_party/FreeBSD/sys/net/ |
D | ppp_defs.h | 52 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 86 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
|