Home
last modified time | relevance | path

Searched refs:PPP_ALLSTATIONS (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dppp_defs.h30 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
/Linux-v4.19/drivers/net/ppp/
Dppp_synctty.c547 skb->data[0] = PPP_ALLSTATIONS; in ppp_sync_txmunge()
690 if (buf[0] != PPP_ALLSTATIONS) in ppp_sync_input()
705 if (p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) { in ppp_sync_input()
Dpptp.c193 data[0] = PPP_ALLSTATIONS; in pptp_xmit()
312 if ((payload[0] == PPP_ALLSTATIONS) && (payload[1] == PPP_UI) && in pptp_rcv_core()
321 if (payload[0] == PPP_ALLSTATIONS && payload[1] == PPP_UI) { in pptp_rcv_core()
Dppp_async.c796 if (p[0] == PPP_ALLSTATIONS) { in process_input_packet()
890 if (buf[0] != PPP_ALLSTATIONS) in ppp_async_input()
/Linux-v4.19/drivers/tty/ipwireless/
Dnetwork.c101 PPP_ALLSTATIONS, /* 0xff */ in ipwireless_ppp_start_xmit()
350 if (length > 2 && data[0] == PPP_ALLSTATIONS && data[1] == PPP_UI) { in ipw_packet_received_skb()
/Linux-v4.19/net/l2tp/
Dl2tp_ppp.c235 if (pskb_may_pull(skb, 2) && skb->data[0] == PPP_ALLSTATIONS && in pppol2tp_recv()
317 skb->data[0] = PPP_ALLSTATIONS; in pppol2tp_sendmsg()
384 skb->data[0] = PPP_ALLSTATIONS; in pppol2tp_xmit()
/Linux-v4.19/drivers/isdn/i4l/
Disdn_ppp.c755 nbuf[0] = PPP_ALLSTATIONS; in isdn_ppp_fill_rq()