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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/lapb/
H A Dlapb_subr.c168 } else if ((skb->data[0] & LAPB_U) == 1) {
180 } else if ((skb->data[0] & LAPB_U) == 3) {
199 } else if ((skb->data[0] & LAPB_U) == 1) {
206 } else if ((skb->data[0] & LAPB_U) == 3) {
240 if ((frametype & LAPB_U) == LAPB_U) {
254 if ((frametype & LAPB_U) == LAPB_S) /* S frames carry NR */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dlapb.h14 #define LAPB_U 0x03 /* Unnumbered frames */ macro

Completed in 55 milliseconds