Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dppp_defs.h30 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
/linux/drivers/net/ppp/
H A Dppp_synctty.c542 skb->data[0] = PPP_ALLSTATIONS; in ppp_sync_txmunge()
684 if (buf[0] != PPP_ALLSTATIONS) in ppp_sync_input()
699 if (skb->len >= 2 && p[0] == PPP_ALLSTATIONS && p[1] == PPP_UI) { in ppp_sync_input()
H A Dppp_async.c787 if (p[0] == PPP_ALLSTATIONS) { in process_input_packet()
880 if (buf[0] != PPP_ALLSTATIONS) in ppp_async_input()
/linux/drivers/tty/ipwireless/
H A 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/net/l2tp/
H A Dl2tp_ppp.c216 if (pskb_may_pull(skb, 2) && skb->data[0] == PPP_ALLSTATIONS && in pppol2tp_recv()
277 2 + total_len, /* 2 bytes for PPP_ALLSTATIONS & PPP_UI */ in pppol2tp_sendmsg()
290 skb->data[0] = PPP_ALLSTATIONS; in pppol2tp_sendmsg()
351 2; /* 2 bytes for PPP_ALLSTATIONS & PPP_UI */ in pppol2tp_xmit()
357 skb->data[0] = PPP_ALLSTATIONS; in pppol2tp_xmit()