Home
last modified time | relevance | path

Searched refs:PPP_UI (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dppp_defs.h31 #define PPP_UI 0x03 /* Unnumbered Information */ macro
/linux/drivers/tty/ipwireless/
H A Dnetwork.c102 PPP_UI, /* 0x03 */ in ipwireless_ppp_start_xmit()
350 if (length > 2 && data[0] == PPP_ALLSTATIONS && data[1] == PPP_UI) { in ipw_packet_received_skb()