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];
33 ax25_address digipeaters[AX25_MAX_DIGIS];
71 ax25_address digipeaters[AX25_MAX_DIGIS];
26 #define AX25_DIGI_HEADER_LEN (AX25_MAX_DIGIS * AX25_ADDR_LEN)180 ax25_address calls[AX25_MAX_DIGIS];181 unsigned char repeated[AX25_MAX_DIGIS];
192 if (d >= AX25_MAX_DIGIS) in ax25_addr_parse()
83 if (route->digi_count > AX25_MAX_DIGIS) in ax25_rt_add()
363 if (ax25_ctl.digi_count > AX25_MAX_DIGIS) in ax25_ctl_ioctl()1182 if (fsa->fsa_ax25.sax25_ndigis < 1 || fsa->fsa_ax25.sax25_ndigis > AX25_MAX_DIGIS) { in ax25_connect()1501 if (usax->sax25_ndigis < 1 || usax->sax25_ndigis > AX25_MAX_DIGIS) { in ax25_sendmsg()
668 if (nr_route.ndigis > AX25_MAX_DIGIS) in nr_rt_ioctl()
741 if (rose_route.ndigis > AX25_MAX_DIGIS) in rose_rt_ioctl()