Searched refs:ax25_info (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Daf_ax25.c1751 struct ax25_info_struct ax25_info; local
1753 ax25_info.t1 = ax25->t1 / HZ;
1754 ax25_info.t2 = ax25->t2 / HZ;
1755 ax25_info.t3 = ax25->t3 / HZ;
1756 ax25_info.idle = ax25->idle / (60 * HZ);
1757 ax25_info.n2 = ax25->n2;
1758 ax25_info.t1timer = ax25_display_timer(&ax25->t1timer) / HZ;
1759 ax25_info.t2timer = ax25_display_timer(&ax25->t2timer) / HZ;
1760 ax25_info.t3timer = ax25_display_timer(&ax25->t3timer) / HZ;
1761 ax25_info
[all...]

Completed in 48 milliseconds