Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/net/
Dppp_defs.h52 #define PPP_FLAG 0x7e /* Flag Sequence */ macro
/third_party/lwip/src/netif/ppp/
Dpppos.c230 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()
Ddemand.c242 if (c == PPP_FLAG) {
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h86 #define PPP_FLAG 0x7e /* Flag Sequence */ macro