tag | line | file | source code |
lastrepeat | 130 | include/net/ax25.h | char lastrepeat; |
lastrepeat | 1186 | net/ax25/af_ax25.c | sk->ax25->digipeat->lastrepeat = 0; |
lastrepeat | 1367 | net/ax25/af_ax25.c | if (dp.lastrepeat + 1 < dp.ndigi) { /* Not yet digipeated completely */ |
lastrepeat | 1368 | net/ax25/af_ax25.c | if (ax25cmp(&dp.calls[dp.lastrepeat + 1], dev_addr) == 0) { |
lastrepeat | 1371 | net/ax25/af_ax25.c | dp.lastrepeat++; |
lastrepeat | 1372 | net/ax25/af_ax25.c | dp.repeated[(int)dp.lastrepeat] = 1; |
lastrepeat | 1374 | net/ax25/af_ax25.c | while (dp.lastrepeat + 1 < dp.ndigi) { |
lastrepeat | 1376 | net/ax25/af_ax25.c | if ((dev_scan = ax25rtr_get_dev(&dp.calls[dp.lastrepeat + 1])) == NULL) |
lastrepeat | 1378 | net/ax25/af_ax25.c | dp.lastrepeat++; |
lastrepeat | 1379 | net/ax25/af_ax25.c | dp.repeated[(int)dp.lastrepeat] = 1; |
lastrepeat | 1691 | net/ax25/af_ax25.c | dtmp.lastrepeat = 0; |
lastrepeat | 193 | net/ax25/ax25_route.c | ax25_rt->digipeat->lastrepeat = 0; |
lastrepeat | 217 | net/ax25/ax25_route.c | ax25_rt->digipeat->lastrepeat = 0; |
lastrepeat | 334 | net/ax25/ax25_subr.c | digi->lastrepeat = -1; |
lastrepeat | 347 | net/ax25/ax25_subr.c | digi->lastrepeat = d; |
lastrepeat | 447 | net/ax25/ax25_subr.c | out->lastrepeat = 0; |