Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ppp/
Dppp_synctty.c537 skb->data[0] = PPP_ALLSTATIONS; in ppp_sync_txmunge()
679 if (buf[0] != PPP_ALLSTATIONS) in ppp_sync_input()
694 if (skb->len >= 2 && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) { in ppp_sync_input()
Dpptp.c202 data[0] = PPP_ALLSTATIONS; in pptp_xmit()
319 if ((payload[0] == PPP_ALLSTATIONS) && (payload[1] == PPP_UI) && in pptp_rcv_core()
328 if (payload[0] == PPP_ALLSTATIONS && payload[1] == PPP_UI) { in pptp_rcv_core()
Dppp_async.c787 if (p[0] == PPP_ALLSTATIONS) { in process_input_packet()
880 if (buf[0] != PPP_ALLSTATIONS) in ppp_async_input()
/linux-6.12.1/include/uapi/linux/
Dppp_defs.h30 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
/linux-6.12.1/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-6.12.1/net/l2tp/
Dl2tp_ppp.c227 if (pskb_may_pull(skb, 2) && skb->data[0] == PPP_ALLSTATIONS && in pppol2tp_recv()
301 skb->data[0] = PPP_ALLSTATIONS; in pppol2tp_sendmsg()
368 skb->data[0] = PPP_ALLSTATIONS; in pppol2tp_xmit()