Home
last modified time | relevance | path

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

/linux-3.4.99/net/lapb/
Dlapb_subr.c155 if (!(skb->data[0] & LAPB_S)) { in lapb_decode()
191 if (!(skb->data[0] & LAPB_S)) { in lapb_decode()
254 if ((frametype & LAPB_U) == LAPB_S) /* S frames carry NR */ in lapb_send_control()
/linux-3.4.99/include/net/
Dlapb.h13 #define LAPB_S 0x01 /* Supervisory frames */ macro