Home
last modified time | relevance | path

Searched refs:AX25_SSSID_SPARE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ax25/
H A Dax25_ip.c64 buff[6] |= AX25_SSSID_SPARE; in ax25_hard_header()
74 buff[6] |= AX25_SSSID_SPARE; in ax25_hard_header()
188 bp[7] |= AX25_SSSID_SPARE; in ax25_ip_xmit()
192 bp[14] |= AX25_SSSID_SPARE; in ax25_ip_xmit()
H A Dax25_addr.c223 buf[6] |= AX25_SSSID_SPARE; in ax25_addr_build()
232 buf[6] &= ~AX25_SSSID_SPARE; in ax25_addr_build()
235 buf[6] |= AX25_SSSID_SPARE; in ax25_addr_build()
261 buf[6] |= AX25_SSSID_SPARE; in ax25_addr_build()
/openbmc/linux/net/netrom/
H A Dnr_subr.c167 dptr[6] |= AX25_SSSID_SPARE; in nr_write_internal()
172 dptr[6] |= AX25_SSSID_SPARE; in nr_write_internal()
231 dptr[6] |= AX25_SSSID_SPARE; in __nr_transmit_reply()
237 dptr[6] |= AX25_SSSID_SPARE; in __nr_transmit_reply()
H A Dnr_dev.c74 buff[6] |= AX25_SSSID_SPARE; in nr_header()
81 buff[6] |= AX25_SSSID_SPARE; in nr_header()
H A Dnr_out.c198 dptr[6] |= AX25_SSSID_SPARE; in nr_transmit_buffer()
204 dptr[6] |= AX25_SSSID_SPARE; in nr_transmit_buffer()
/openbmc/linux/include/net/
H A Dax25.h56 #define AX25_SSSID_SPARE 0x60 /* Unused bits in SSID for standard AX.25 */ macro