Home
last modified time | relevance | path

Searched refs:lastrepeat (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/net/ax25/
Dax25_addr.c146 if (digi1->lastrepeat != digi2->lastrepeat) in ax25digicmp()
187 digi->lastrepeat = -1; in ax25_addr_parse()
199 digi->lastrepeat = d; in ax25_addr_parse()
288 out->lastrepeat = in->ndigi - in->lastrepeat - 2; in ax25_digi_invert()
294 if (ct <= out->lastrepeat) { in ax25_digi_invert()
Dax25_in.c256 if (dp.lastrepeat + 1 < dp.ndigi) /* Not yet digipeated completely */ in ax25_rcv()
257 next_digi = &dp.calls[dp.lastrepeat + 1]; in ax25_rcv()
265 if (ax25cmp(&dest, dev_addr) == 0 && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
269 if (!mine && ax25_listen_mine(&dest, dev) && dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
273 if ((*skb->data & ~0x10) == AX25_UI && dp.lastrepeat + 1 == dp.ndigi) { in ax25_rcv()
379 if (dp.lastrepeat + 1 == dp.ndigi) in ax25_rcv()
Dax25_route.c142 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_ioctl()
163 ax25_rt->digipeat->lastrepeat = -1; in ax25_rt_ioctl()
Daf_ax25.c1178 digi->lastrepeat = -1; in ax25_connect()
1183 digi->lastrepeat = ct; in ax25_connect()
1424 dtmp.lastrepeat = 0; in ax25_sendmsg()
/linux-2.4.37.9/include/net/
Dax25.h145 signed char lastrepeat; member
/linux-2.4.37.9/net/netrom/
Dnr_route.c626 ax25_digi.lastrepeat = -1; in nr_call_to_digi()
/linux-2.4.37.9/net/rose/
Drose_route.c110 rose_neigh->digipeat->lastrepeat = -1; in rose_add_node()