Searched refs:AX25_MAX_DIGIS (Results 1 – 9 of 9) sorted by relevance
12 #define AX25_MAX_DIGIS 8 macro60 ax25_address fsa_digipeater[AX25_MAX_DIGIS];67 ax25_address digi_addr[AX25_MAX_DIGIS];84 ax25_address digi_addr[AX25_MAX_DIGIS];
31 ax25_address digipeaters[AX25_MAX_DIGIS];
68 ax25_address digipeaters[AX25_MAX_DIGIS];
24 #define AX25_DIGI_HEADER_LEN (AX25_MAX_DIGIS * AX25_ADDR_LEN)178 ax25_address calls[AX25_MAX_DIGIS];179 unsigned char repeated[AX25_MAX_DIGIS];
193 if (d >= AX25_MAX_DIGIS) return NULL; /* Max of 6 digis */ in ax25_addr_parse()
83 if (route->digi_count > AX25_MAX_DIGIS) in ax25_rt_add()
370 if (ax25_ctl.digi_count > AX25_MAX_DIGIS) in ax25_ctl_ioctl()1179 if (fsa->fsa_ax25.sax25_ndigis < 1 || fsa->fsa_ax25.sax25_ndigis > AX25_MAX_DIGIS) { in ax25_connect()1499 if (usax->sax25_ndigis < 1 || usax->sax25_ndigis > AX25_MAX_DIGIS) { in ax25_sendmsg()
670 if (nr_route.ndigis < 0 || nr_route.ndigis > AX25_MAX_DIGIS) { in nr_rt_ioctl()
742 if (rose_route.ndigis > AX25_MAX_DIGIS) in rose_rt_ioctl()