tag | line | file | source code |
lastrepeat | 141 | include/net/ax25.h | char lastrepeat; |
lastrepeat | 1300 | net/ax25/af_ax25.c | sk->ax25->digipeat->lastrepeat = 0; |
lastrepeat | 1509 | net/ax25/af_ax25.c | if (dp.lastrepeat + 1 < dp.ndigi) { /* Not yet digipeated completely */ |
lastrepeat | 1510 | net/ax25/af_ax25.c | if (ax25cmp(&dp.calls[dp.lastrepeat + 1], dev_addr) == 0) { |
lastrepeat | 1515 | net/ax25/af_ax25.c | dp.lastrepeat++; |
lastrepeat | 1516 | net/ax25/af_ax25.c | dp.repeated[(int)dp.lastrepeat] = 1; |
lastrepeat | 1519 | net/ax25/af_ax25.c | while (dp.lastrepeat + 1 < dp.ndigi) { |
lastrepeat | 1521 | net/ax25/af_ax25.c | if ((dev_scan = ax25rtr_get_dev(&dp.calls[dp.lastrepeat + 1])) == NULL) |
lastrepeat | 1523 | net/ax25/af_ax25.c | dp.lastrepeat++; |
lastrepeat | 1524 | net/ax25/af_ax25.c | dp.repeated[(int)dp.lastrepeat] = 1; |
lastrepeat | 1853 | net/ax25/af_ax25.c | dtmp.lastrepeat = 0; |
lastrepeat | 207 | net/ax25/ax25_route.c | ax25_rt->digipeat->lastrepeat = 0; |
lastrepeat | 231 | net/ax25/ax25_route.c | ax25_rt->digipeat->lastrepeat = 0; |
lastrepeat | 361 | net/ax25/ax25_subr.c | digi->lastrepeat = -1; |
lastrepeat | 373 | net/ax25/ax25_subr.c | digi->lastrepeat = d; |
lastrepeat | 473 | net/ax25/ax25_subr.c | out->lastrepeat = 0; |