Searched refs:X25_Q_BIT (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/x25/
H A Dx25_subr.c313 *q = (frame[0] & X25_Q_BIT) == X25_Q_BIT;
322 *q = (frame[0] & X25_Q_BIT) == X25_Q_BIT;
H A Daf_x25.c1222 skb->data[0] |= X25_Q_BIT;
1317 qbit = (skb->data[0] & X25_Q_BIT) == X25_Q_BIT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dx25.h27 #define X25_Q_BIT 0x80 macro

Completed in 68 milliseconds