Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dppp_defs.h29 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
/linux-3.4.99/drivers/net/ppp/
Dppp_synctty.c595 skb->data[0] = PPP_ALLSTATIONS; in ppp_sync_txmunge()
738 if (buf[0] != PPP_ALLSTATIONS) in ppp_sync_input()
754 if (p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) { in ppp_sync_input()
Dpptp.c226 data[0] = PPP_ALLSTATIONS; in pptp_xmit()
347 if ((payload[0] == PPP_ALLSTATIONS) && (payload[1] == PPP_UI) && in pptp_rcv_core()
356 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-3.4.99/drivers/tty/ipwireless/
Dnetwork.c100 PPP_ALLSTATIONS, /* 0xff */ in ipwireless_ppp_start_xmit()
344 if (length > 2 && data[0] == PPP_ALLSTATIONS && data[1] == PPP_UI) { in ipw_packet_received_skb()
/linux-3.4.99/net/irda/irnet/
Dirnet_ppp.c902 skb->data[0] = PPP_ALLSTATIONS; in irnet_prepare_skb()
Dirnet_irda.c1056 if((p[0] == PPP_ALLSTATIONS) && (p[1] == PPP_UI)) in irnet_data_indication()
/linux-3.4.99/drivers/isdn/i4l/
Disdn_ppp.c726 nbuf[0] = PPP_ALLSTATIONS; in isdn_ppp_fill_rq()