Searched refs:AX25_HBIT (Results 1 – 4 of 4) sorted by relevance
197 if (buf[6] & AX25_HBIT) { in ax25_addr_parse()256 buf[6] |= AX25_HBIT; in ax25_addr_build()258 buf[6] &= ~AX25_HBIT; in ax25_addr_build()296 out->calls[ct].ax25_call[6] |= AX25_HBIT; in ax25_digi_invert()299 out->calls[ct].ax25_call[6] &= ~AX25_HBIT; in ax25_digi_invert()
1251 AX25_HBIT) && ax25->iamdigi) { in ax25_connect()
312 if (pt[6] & AX25_HBIT) { in rose_parse_national()462 p[6] |= AX25_HBIT; in rose_create_facilities()469 p[6] &= ~AX25_HBIT; in rose_create_facilities()
54 #define AX25_HBIT 0x80 /* Has been repeated bit */ macro