Searched refs:LAPB_U (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/lapb/
H A Dlapb_subr.c169 } else if ((skb->data[0] & LAPB_U) == 1) {
181 } else if ((skb->data[0] & LAPB_U) == 3) {
200 } else if ((skb->data[0] & LAPB_U) == 1) {
207 } else if ((skb->data[0] & LAPB_U) == 3) {
241 if ((frametype & LAPB_U) == LAPB_U) {
255 if ((frametype & LAPB_U) == LAPB_S) /* S frames carry NR */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dlapb.h14 #define LAPB_U 0x03 /* Unnumbered frames */ macro

Completed in 74 milliseconds