Searched refs:AX25_MAX_DIGIS (Results 1 – 9 of 9) sorted by relevance
13 #define AX25_MAX_DIGIS 8 macro61 ax25_address fsa_digipeater[AX25_MAX_DIGIS];68 ax25_address digi_addr[AX25_MAX_DIGIS];85 ax25_address digi_addr[AX25_MAX_DIGIS];
34 ax25_address digipeaters[AX25_MAX_DIGIS];
72 ax25_address digipeaters[AX25_MAX_DIGIS];
28 #define AX25_DIGI_HEADER_LEN (AX25_MAX_DIGIS * AX25_ADDR_LEN)182 ax25_address calls[AX25_MAX_DIGIS];183 unsigned char repeated[AX25_MAX_DIGIS];
189 if (d >= AX25_MAX_DIGIS) in ax25_addr_parse()
80 if (route->digi_count > AX25_MAX_DIGIS) in ax25_rt_add()
361 if (ax25_ctl.digi_count > AX25_MAX_DIGIS) in ax25_ctl_ioctl()1194 fsa->fsa_ax25.sax25_ndigis > AX25_MAX_DIGIS || in ax25_connect()1517 usax->sax25_ndigis > AX25_MAX_DIGIS || in ax25_sendmsg()
645 if (nr_route.ndigis > AX25_MAX_DIGIS) in nr_rt_ioctl()
743 if (rose_route.ndigis > AX25_MAX_DIGIS) in rose_rt_ioctl()
Completed in 22 milliseconds