tag | line | file | source code |
lastrepeat | 142 | include/net/ax25.h | char lastrepeat; |
lastrepeat | 1414 | net/ax25/af_ax25.c | sk->ax25->digipeat->lastrepeat = 0; |
lastrepeat | 1625 | net/ax25/af_ax25.c | if (dp.lastrepeat + 1 < dp.ndigi) { /* Not yet digipeated completely */ |
lastrepeat | 1626 | net/ax25/af_ax25.c | if (ax25cmp(&dp.calls[dp.lastrepeat + 1], dev_addr) == 0) { |
lastrepeat | 1631 | net/ax25/af_ax25.c | dp.lastrepeat++; |
lastrepeat | 1632 | net/ax25/af_ax25.c | dp.repeated[(int)dp.lastrepeat] = 1; |
lastrepeat | 1635 | net/ax25/af_ax25.c | while (dp.lastrepeat + 1 < dp.ndigi) { |
lastrepeat | 1637 | net/ax25/af_ax25.c | if ((dev_scan = ax25rtr_get_dev(&dp.calls[dp.lastrepeat + 1])) == NULL) |
lastrepeat | 1639 | net/ax25/af_ax25.c | dp.lastrepeat++; |
lastrepeat | 1640 | net/ax25/af_ax25.c | dp.repeated[(int)dp.lastrepeat] = 1; |
lastrepeat | 1981 | net/ax25/af_ax25.c | dtmp.lastrepeat = 0; |
lastrepeat | 257 | net/ax25/ax25_route.c | ax25_rt->digipeat->lastrepeat = 0; |
lastrepeat | 282 | net/ax25/ax25_route.c | ax25_rt->digipeat->lastrepeat = 0; |
lastrepeat | 363 | net/ax25/ax25_subr.c | digi->lastrepeat = -1; |
lastrepeat | 375 | net/ax25/ax25_subr.c | digi->lastrepeat = d; |
lastrepeat | 475 | net/ax25/ax25_subr.c | out->lastrepeat = 0; |