Searched refs:PPP_ALLSTATIONS (Results 1 – 3 of 3) sorted by relevance
30 #define PPP_ALLSTATIONS 0xff /* All-Stations broadcast address */ macro
101 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()
217 if (pskb_may_pull(skb, 2) && skb->data[0] == PPP_ALLSTATIONS && in pppol2tp_recv() 278 2 + total_len, /* 2 bytes for PPP_ALLSTATIONS & PPP_UI */ in pppol2tp_sendmsg() 291 skb->data[0] = PPP_ALLSTATIONS; in pppol2tp_sendmsg() 352 2; /* 2 bytes for PPP_ALLSTATIONS & PPP_UI */ in pppol2tp_xmit() 358 skb->data[0] = PPP_ALLSTATIONS; in pppol2tp_xmit()