Home
last modified time | relevance | path

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

/linux-6.12.1/net/ax25/
Dax25_addr.c197 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()
Daf_ax25.c1251 AX25_HBIT) && ax25->iamdigi) { in ax25_connect()
/linux-6.12.1/net/rose/
Drose_subr.c312 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()
/linux-6.12.1/include/net/
Dax25.h54 #define AX25_HBIT 0x80 /* Has been repeated bit */ macro