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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dax25.h175 typedef struct ax25_cb { struct
176 struct ax25_cb *next;
195 } ax25_cb; typedef in typeref:struct:ax25_cb
198 extern ax25_cb *volatile ax25_list;
199 extern void ax25_free_cb(ax25_cb *);
200 extern void ax25_insert_socket(ax25_cb *);
203 extern ax25_cb *ax25_find_cb(ax25_address *, ax25_address *, ax25_digi *, struct net_device *);
206 extern void ax25_destroy_socket(ax25_cb *);
207 extern ax25_cb *ax25_create_cb(void);
208 extern void ax25_fillin_cb(ax25_cb *, ax25_de
[all...]
H A Dnetrom.h81 ax25_cb *ax25;
146 extern void nr_link_failed(ax25_cb *, int);
147 extern int nr_route_frame(struct sk_buff *, ax25_cb *);
H A Drose.h86 ax25_cb *ax25;
206 extern void rose_link_failed(ax25_cb *, int);
207 extern int rose_route_frame(struct sk_buff *, ax25_cb *);
H A Dsock.h632 ax25_cb *ax25;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dax25.h175 typedef struct ax25_cb { struct
176 struct ax25_cb *next;
195 } ax25_cb; typedef in typeref:struct:ax25_cb
198 extern ax25_cb *volatile ax25_list;
199 extern void ax25_free_cb(ax25_cb *);
200 extern void ax25_insert_socket(ax25_cb *);
203 extern ax25_cb *ax25_find_cb(ax25_address *, ax25_address *, ax25_digi *, struct net_device *);
206 extern void ax25_destroy_socket(ax25_cb *);
207 extern ax25_cb *ax25_create_cb(void);
208 extern void ax25_fillin_cb(ax25_cb *, ax25_de
[all...]
H A Dnetrom.h81 ax25_cb *ax25;
146 extern void nr_link_failed(ax25_cb *, int);
147 extern int nr_route_frame(struct sk_buff *, ax25_cb *);
H A Drose.h86 ax25_cb *ax25;
206 extern void rose_link_failed(ax25_cb *, int);
207 extern int rose_route_frame(struct sk_buff *, ax25_cb *);
H A Dsock.h688 ax25_cb *ax25;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ax25/
H A Dax25_timer.c56 void ax25_start_heartbeat(ax25_cb *ax25)
67 void ax25_start_t1timer(ax25_cb *ax25)
78 void ax25_start_t2timer(ax25_cb *ax25)
89 void ax25_start_t3timer(ax25_cb *ax25)
102 void ax25_start_idletimer(ax25_cb *ax25)
115 void ax25_stop_heartbeat(ax25_cb *ax25)
120 void ax25_stop_t1timer(ax25_cb *ax25)
125 void ax25_stop_t2timer(ax25_cb *ax25)
130 void ax25_stop_t3timer(ax25_cb *ax25)
135 void ax25_stop_idletimer(ax25_cb *ax2
[all...]
H A Dax25_std_subr.c49 void ax25_std_nr_error_recovery(ax25_cb *ax25)
54 void ax25_std_establish_data_link(ax25_cb *ax25)
71 void ax25_std_transmit_enquiry(ax25_cb *ax25)
84 void ax25_std_enquiry_response(ax25_cb *ax25)
94 void ax25_std_timeout_response(ax25_cb *ax25)
H A Dax25_ds_subr.c46 void ax25_ds_nr_error_recovery(ax25_cb *ax25)
54 void ax25_ds_enquiry_response(ax25_cb *ax25)
56 ax25_cb *ax25o;
123 void ax25_ds_establish_data_link(ax25_cb *ax25)
166 ax25_cb *ax25;
199 void ax25_dama_on(ax25_cb *ax25)
205 void ax25_dama_off(ax25_cb *ax25)
H A Dax25_subr.c60 void ax25_clear_queues(ax25_cb *ax25)
73 void ax25_frames_acked(ax25_cb *ax25, unsigned short nr)
89 void ax25_requeue_frames(ax25_cb *ax25)
111 int ax25_validate_nr(ax25_cb *ax25, unsigned short nr)
129 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf)
179 void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type)
254 void ax25_calculate_t1(ax25_cb *ax25)
279 void ax25_calculate_rtt(ax25_cb *ax25)
294 void ax25_disconnect(ax25_cb *ax25, int reason)
H A Dax25_ds_timer.c81 ax25_cb *ax25;
102 void ax25_ds_heartbeat_expiry(ax25_cb *ax25)
137 void ax25_ds_t3timer_expiry(ax25_cb *ax25)
148 void ax25_ds_idletimer_expiry(ax25_cb *ax25)
177 void ax25_ds_t1_timeout(ax25_cb *ax25)
H A Dax25_std_timer.c46 void ax25_std_heartbeat_expiry(ax25_cb *ax25)
78 void ax25_std_t2timer_expiry(ax25_cb *ax25)
86 void ax25_std_t3timer_expiry(ax25_cb *ax25)
93 void ax25_std_idletimer_expiry(ax25_cb *ax25)
116 void ax25_std_t1timer_expiry(ax25_cb *ax25)
H A Dax25_iface.c41 int (*func)(struct sk_buff *, ax25_cb *);
46 void (*func)(ax25_cb *, int);
55 int ax25_protocol_register(unsigned int pid, int (*func)(struct sk_buff *, ax25_cb *))
116 int ax25_linkfail_register(void (*func)(ax25_cb *, int))
137 void ax25_linkfail_release(void (*func)(ax25_cb *, int))
228 int (*ax25_protocol_function(unsigned int pid))(struct sk_buff *, ax25_cb *)
250 void ax25_link_failed(ax25_cb *ax25, int reason)
H A Dax25_out.c60 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, ax25_address *src, ax25_address *dest, ax25_digi *digi, struct net_device *dev)
63 ax25_cb *ax25;
136 void ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb)
226 static void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit)
256 void ax25_kick(ax25_cb *ax25)
338 void ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type)
391 int ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr)
H A Dax25_ds_in.c52 static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
113 static int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
158 static int ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)
292 int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)
H A Daf_ax25.c143 ax25_cb *volatile ax25_list;
151 void ax25_free_cb(ax25_cb *ax25)
171 static void ax25_remove_socket(ax25_cb *ax25)
173 ax25_cb *s;
203 ax25_cb *s;
246 void ax25_insert_socket(ax25_cb *ax25)
266 ax25_cb *s;
292 ax25_cb *s;
314 ax25_cb *ax25_find_cb(ax25_address *src_addr, ax25_address *dest_addr, ax25_digi *digi, struct net_device *dev)
316 ax25_cb *
[all...]
H A Dax25_in.c71 static int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb)
134 int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb)
136 int (*func)(struct sk_buff *, ax25_cb *);
193 static int ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama)
225 ax25_cb *ax25;
H A Dax25_std_in.c67 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
129 static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type)
166 static int ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)
291 static int ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type)
443 int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type)
H A Dax25_route.c354 int ax25_rt_autobind(ax25_cb *ax25, ax25_address *addr)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/netrom/
H A Dnr_route.c707 void nr_link_failed(ax25_cb *ax25, int reason)
728 * Route a frame to an appropriate AX.25 connection. A NULL ax25_cb
731 int nr_route_frame(struct sk_buff *skb, ax25_cb *ax25)
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Drose_route.c726 void rose_link_failed(ax25_cb *ax25, int reason)
761 int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25)

Completed in 236 milliseconds