Searched refs:AX25_HBIT (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_addr.c199 if (buf[6] & AX25_HBIT) {
258 buf[6] |= AX25_HBIT;
260 buf[6] &= ~AX25_HBIT;
298 out->calls[ct].ax25_call[6] |= AX25_HBIT;
301 out->calls[ct].ax25_call[6] &= ~AX25_HBIT;
H A Daf_ax25.c1187 AX25_HBIT) && ax25->iamdigi) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rose/
H A Drose_subr.c293 if (pt[6] & AX25_HBIT)
426 p[6] |= AX25_HBIT;
433 p[6] &= ~AX25_HBIT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dax25.h50 #define AX25_HBIT 0x80 /* Has been repeated bit */ macro

Completed in 41 milliseconds