Searched defs:ax25 (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A DMakefile
H A Dax25_std_subr.c34 void ax25_std_nr_error_recovery(ax25_cb *ax25) argument
39 void ax25_std_establish_data_link(ax25_cb *ax25) argument
56 ax25_std_transmit_enquiry(ax25_cb *ax25) argument
69 ax25_std_enquiry_response(ax25_cb *ax25) argument
79 ax25_std_timeout_response(ax25_cb *ax25) argument
[all...]
H A Dax25_std_timer.c33 void ax25_std_heartbeat_expiry(ax25_cb *ax25) argument
81 ax25_std_t2timer_expiry(ax25_cb *ax25) argument
89 ax25_std_t3timer_expiry(ax25_cb *ax25) argument
96 ax25_std_idletimer_expiry(ax25_cb *ax25) argument
122 ax25_std_t1timer_expiry(ax25_cb *ax25) argument
[all...]
H A Dax25_ds_in.c36 static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
104 ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
149 ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
283 ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) argument
[all...]
H A Dax25_ds_timer.c77 ax25_cb *ax25; local
101 void ax25_ds_heartbeat_expiry(ax25_cb *ax25) argument
153 ax25_ds_t3timer_expiry(ax25_cb *ax25) argument
164 ax25_ds_idletimer_expiry(ax25_cb *ax25) argument
196 ax25_ds_t1_timeout(ax25_cb *ax25) argument
[all...]
H A Dax25_std_in.c43 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
107 ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) argument
145 ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
270 ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) argument
423 ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) argument
[all...]
H A Dax25_ds_subr.c31 void ax25_ds_nr_error_recovery(ax25_cb *ax25) argument
39 void ax25_ds_enquiry_response(ax25_cb *ax25) argument
111 ax25_ds_establish_data_link(ax25_cb *ax25) argument
153 ax25_cb *ax25; local
192 ax25_dama_on(ax25_cb *ax25) argument
198 ax25_dama_off(ax25_cb *ax25) argument
[all...]
H A Dax25_ip.c110 ax25_cb *ax25; local
H A Dax25_iface.c199 void ax25_link_failed(ax25_cb *ax25, int reason) argument
H A Dax25_in.c38 static int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb) argument
103 ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb) argument
161 ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama) argument
194 ax25_cb *ax25; local
[all...]
H A Dax25_subr.c36 void ax25_clear_queues(ax25_cb *ax25) argument
49 void ax25_frames_acked(ax25_cb *ax25, unsigned short nr) argument
65 ax25_requeue_frames(ax25_cb *ax25) argument
87 ax25_validate_nr(ax25_cb *ax25, unsigned short nr) argument
105 ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) argument
155 ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) argument
228 ax25_calculate_t1(ax25_cb *ax25) argument
253 ax25_calculate_rtt(ax25_cb *ax25) argument
268 ax25_disconnect(ax25_cb *ax25, int reason) argument
[all...]
H A Dax25_timer.c43 void ax25_start_heartbeat(ax25_cb *ax25) argument
54 void ax25_start_t1timer(ax25_cb *ax25) argument
65 ax25_start_t2timer(ax25_cb *ax25) argument
76 ax25_start_t3timer(ax25_cb *ax25) argument
89 ax25_start_idletimer(ax25_cb *ax25) argument
102 ax25_stop_heartbeat(ax25_cb *ax25) argument
107 ax25_stop_t1timer(ax25_cb *ax25) argument
112 ax25_stop_t2timer(ax25_cb *ax25) argument
117 ax25_stop_t3timer(ax25_cb *ax25) argument
122 ax25_stop_idletimer(ax25_cb *ax25) argument
127 ax25_t1timer_running(ax25_cb *ax25) argument
145 ax25_cb *ax25 = (ax25_cb *)param; local
169 ax25_cb *ax25 = (ax25_cb *)param; local
188 ax25_cb *ax25 = (ax25_cb *)param; local
207 ax25_cb *ax25 = (ax25_cb *)param; local
228 ax25_cb *ax25 = (ax25_cb *)param; local
[all...]
H A Dax25_out.c39 ax25_cb *ax25; local
114 ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb) argument
203 ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit) argument
233 ax25_kick(ax25_cb *ax25) argument
315 ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type) argument
365 ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr) argument
[all...]
H A Dax25_route.c408 int ax25_rt_autobind(ax25_cb *ax25, ax25_address *addr) argument
[all...]
H A Daf_ax25.c66 static void ax25_cb_del(ax25_cb *ax25) argument
129 void ax25_cb_add(ax25_cb *ax25) argument
263 ax25_cb *ax25=(ax25_cb *)data; local
281 ax25_destroy_socket(ax25_cb *ax25) argument
342 ax25_cb *ax25; local
427 ax25_fillin_cb_from_dev(ax25_cb *ax25, ax25_dev *ax25_dev) argument
451 ax25_fillin_cb(ax25_cb *ax25, ax25_dev *ax25_dev) argument
486 ax25_cb *ax25; local
520 ax25_cb *ax25; local
660 ax25_cb *ax25; local
781 ax25_cb *ax25; local
851 ax25_cb *ax25, *oax25; local
922 ax25_cb *ax25; local
1012 ax25_cb *ax25; local
1087 ax25_cb *ax25 = ax25_sk(sk), *ax25t; local
1367 ax25_cb *ax25; local
1417 ax25_cb *ax25; local
1750 ax25_cb *ax25 = ax25_sk(sk); local
1837 struct ax25_cb *ax25; local
1865 ax25_cb *ax25 = v; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netrom/
H A Dnr_route.c725 void nr_link_failed(ax25_cb *ax25, int reason) argument
89 nr_add_node(ax25_address *nr, const char *mnemonic, ax25_address *ax25, ax25_digi *ax25_digi, struct net_device *dev, int quality, int obs_count) argument
767 nr_route_frame(struct sk_buff *skb, ax25_cb *ax25) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dnetrom.h92 ax25_cb *ax25; member in struct:nr_neigh
H A Drose.h88 ax25_cb *ax25; member in struct:rose_neigh
H A Dax25.h255 static __inline__ void ax25_cb_put(ax25_cb *ax25) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rose/
H A Drose_route.c771 void rose_link_failed(ax25_cb *ax25, int reason) argument
811 int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25) argument
[all...]

Completed in 71 milliseconds