tag | line | file | source code |
lastrepeat | 142 | include/net/ax25.h | char lastrepeat; |
lastrepeat | 1434 | net/ax25/af_ax25.c | sk->ax25->digipeat->lastrepeat = 0; |
lastrepeat | 1645 | net/ax25/af_ax25.c | if (dp.lastrepeat + 1 < dp.ndigi) { /* Not yet digipeated completely */ |
lastrepeat | 1646 | net/ax25/af_ax25.c | if (ax25cmp(&dp.calls[dp.lastrepeat + 1], dev_addr) == 0) { |
lastrepeat | 1651 | net/ax25/af_ax25.c | dp.lastrepeat++; |
lastrepeat | 1652 | net/ax25/af_ax25.c | dp.repeated[(int)dp.lastrepeat] = 1; |
lastrepeat | 1655 | net/ax25/af_ax25.c | while (dp.lastrepeat + 1 < dp.ndigi) { |
lastrepeat | 1657 | net/ax25/af_ax25.c | if ((dev_scan = ax25rtr_get_dev(&dp.calls[dp.lastrepeat + 1])) == NULL) |
lastrepeat | 1659 | net/ax25/af_ax25.c | dp.lastrepeat++; |
lastrepeat | 1660 | net/ax25/af_ax25.c | dp.repeated[(int)dp.lastrepeat] = 1; |
lastrepeat | 2001 | 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; |