Home
last modified time | relevance | path

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

/openbmc/linux/net/ax25/
H A 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()
H A Daf_ax25.c1262 AX25_HBIT) && ax25->iamdigi) { in ax25_connect()
/openbmc/linux/net/rose/
H A 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()
/openbmc/linux/include/net/
H A Dax25.h54 #define AX25_HBIT 0x80 /* Has been repeated bit */ macro