/linux-2.4.37.9/include/net/ |
D | ax25.h | 175 typedef struct ax25_cb { struct 176 struct ax25_cb *next; argument 195 } ax25_cb; argument 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_dev *); [all …]
|
D | netrom.h | 81 ax25_cb *ax25; 146 extern void nr_link_failed(ax25_cb *, int); 147 extern int nr_route_frame(struct sk_buff *, ax25_cb *);
|
D | rose.h | 86 ax25_cb *ax25; 206 extern void rose_link_failed(ax25_cb *, int); 207 extern int rose_route_frame(struct sk_buff *, ax25_cb *);
|
D | sock.h | 706 ax25_cb *ax25;
|
/linux-2.4.37.9/net/ax25/ |
D | ax25_timer.c | 56 void ax25_start_heartbeat(ax25_cb *ax25) in ax25_start_heartbeat() 67 void ax25_start_t1timer(ax25_cb *ax25) in ax25_start_t1timer() 78 void ax25_start_t2timer(ax25_cb *ax25) in ax25_start_t2timer() 89 void ax25_start_t3timer(ax25_cb *ax25) in ax25_start_t3timer() 102 void ax25_start_idletimer(ax25_cb *ax25) in ax25_start_idletimer() 115 void ax25_stop_heartbeat(ax25_cb *ax25) in ax25_stop_heartbeat() 120 void ax25_stop_t1timer(ax25_cb *ax25) in ax25_stop_t1timer() 125 void ax25_stop_t2timer(ax25_cb *ax25) in ax25_stop_t2timer() 130 void ax25_stop_t3timer(ax25_cb *ax25) in ax25_stop_t3timer() 135 void ax25_stop_idletimer(ax25_cb *ax25) in ax25_stop_idletimer() [all …]
|
D | ax25_ds_subr.c | 46 void ax25_ds_nr_error_recovery(ax25_cb *ax25) in ax25_ds_nr_error_recovery() 54 void ax25_ds_enquiry_response(ax25_cb *ax25) in ax25_ds_enquiry_response() 56 ax25_cb *ax25o; in ax25_ds_enquiry_response() 123 void ax25_ds_establish_data_link(ax25_cb *ax25) in ax25_ds_establish_data_link() 173 ax25_cb *ax25; in ax25_check_dama_slave() 206 void ax25_dama_on(ax25_cb *ax25) in ax25_dama_on() 212 void ax25_dama_off(ax25_cb *ax25) in ax25_dama_off()
|
D | ax25_std_subr.c | 49 void ax25_std_nr_error_recovery(ax25_cb *ax25) in ax25_std_nr_error_recovery() 54 void ax25_std_establish_data_link(ax25_cb *ax25) in ax25_std_establish_data_link() 71 void ax25_std_transmit_enquiry(ax25_cb *ax25) in ax25_std_transmit_enquiry() 84 void ax25_std_enquiry_response(ax25_cb *ax25) in ax25_std_enquiry_response() 94 void ax25_std_timeout_response(ax25_cb *ax25) in ax25_std_timeout_response()
|
D | ax25_subr.c | 60 void ax25_clear_queues(ax25_cb *ax25) in ax25_clear_queues() 73 void ax25_frames_acked(ax25_cb *ax25, unsigned short nr) in ax25_frames_acked() 89 void ax25_requeue_frames(ax25_cb *ax25) in ax25_requeue_frames() 111 int ax25_validate_nr(ax25_cb *ax25, unsigned short nr) in ax25_validate_nr() 129 int ax25_decode(ax25_cb *ax25, struct sk_buff *skb, int *ns, int *nr, int *pf) in ax25_decode() 179 void ax25_send_control(ax25_cb *ax25, int frametype, int poll_bit, int type) in ax25_send_control() 254 void ax25_calculate_t1(ax25_cb *ax25) in ax25_calculate_t1() 279 void ax25_calculate_rtt(ax25_cb *ax25) in ax25_calculate_rtt() 294 void ax25_disconnect(ax25_cb *ax25, int reason) in ax25_disconnect()
|
D | ax25_iface.c | 41 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 *)) in ax25_protocol_register() argument 116 int ax25_linkfail_register(void (*func)(ax25_cb *, int)) in ax25_linkfail_register() argument 137 void ax25_linkfail_release(void (*func)(ax25_cb *, int)) in ax25_linkfail_release() argument 228 int (*ax25_protocol_function(unsigned int pid))(struct sk_buff *, ax25_cb *) in ax25_protocol_function() 250 void ax25_link_failed(ax25_cb *ax25, int reason) in ax25_link_failed()
|
D | ax25_std_timer.c | 46 void ax25_std_heartbeat_expiry(ax25_cb *ax25) in ax25_std_heartbeat_expiry() 78 void ax25_std_t2timer_expiry(ax25_cb *ax25) in ax25_std_t2timer_expiry() 86 void ax25_std_t3timer_expiry(ax25_cb *ax25) in ax25_std_t3timer_expiry() 93 void ax25_std_idletimer_expiry(ax25_cb *ax25) in ax25_std_idletimer_expiry() 116 void ax25_std_t1timer_expiry(ax25_cb *ax25) in ax25_std_t1timer_expiry()
|
D | ax25_ds_timer.c | 81 ax25_cb *ax25; in ax25_ds_timeout() 102 void ax25_ds_heartbeat_expiry(ax25_cb *ax25) in ax25_ds_heartbeat_expiry() 137 void ax25_ds_t3timer_expiry(ax25_cb *ax25) in ax25_ds_t3timer_expiry() 148 void ax25_ds_idletimer_expiry(ax25_cb *ax25) in ax25_ds_idletimer_expiry() 177 void ax25_ds_t1_timeout(ax25_cb *ax25) in ax25_ds_t1_timeout()
|
D | ax25_out.c | 60 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, ax25_address *src, ax25_address *dest, ax… in ax25_send_frame() 63 ax25_cb *ax25; in ax25_send_frame() 136 void ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb) in ax25_output() 226 static void ax25_send_iframe(ax25_cb *ax25, struct sk_buff *skb, int poll_bit) in ax25_send_iframe() 256 void ax25_kick(ax25_cb *ax25) in ax25_kick() 338 void ax25_transmit_buffer(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_transmit_buffer() 391 int ax25_check_iframes_acked(ax25_cb *ax25, unsigned short nr) in ax25_check_iframes_acked()
|
D | af_ax25.c | 143 ax25_cb *volatile ax25_list; 151 void ax25_free_cb(ax25_cb *ax25) in ax25_free_cb() 171 static void ax25_remove_socket(ax25_cb *ax25) in ax25_remove_socket() 173 ax25_cb *s; in ax25_remove_socket() 203 ax25_cb *s; in ax25_kill_by_device() 246 void ax25_insert_socket(ax25_cb *ax25) in ax25_insert_socket() 266 ax25_cb *s; in ax25_find_listener() 292 ax25_cb *s; in ax25_find_socket() 314 ax25_cb *ax25_find_cb(ax25_address *src_addr, ax25_address *dest_addr, ax25_digi *digi, struct net_… in ax25_find_cb() 316 ax25_cb *s; in ax25_find_cb() [all …]
|
D | ax25_ds_in.c | 52 static int ax25_ds_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int ty… in ax25_ds_state1_machine() 113 static int ax25_ds_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int ty… in ax25_ds_state2_machine() 158 static int ax25_ds_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr… in ax25_ds_state3_machine() 292 int ax25_ds_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_ds_frame_in()
|
D | ax25_std_in.c | 67 static int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state1_machine() 129 static int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int t… in ax25_std_state2_machine() 166 static int ax25_std_state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int n… in ax25_std_state3_machine() 291 static int ax25_std_state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int n… in ax25_std_state4_machine() 443 int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_std_frame_in()
|
D | ax25_in.c | 71 static int ax25_rx_fragment(ax25_cb *ax25, struct sk_buff *skb) in ax25_rx_fragment() 134 int ax25_rx_iframe(ax25_cb *ax25, struct sk_buff *skb) in ax25_rx_iframe() 136 int (*func)(struct sk_buff *, ax25_cb *); in ax25_rx_iframe() 193 static int ax25_process_rx_frame(ax25_cb *ax25, struct sk_buff *skb, int type, int dama) in ax25_process_rx_frame() 225 ax25_cb *ax25; in ax25_rcv()
|
D | ax25_route.c | 354 int ax25_rt_autobind(ax25_cb *ax25, ax25_address *addr) in ax25_rt_autobind()
|
/linux-2.4.37.9/net/netrom/ |
D | nr_route.c | 707 void nr_link_failed(ax25_cb *ax25, int reason) in nr_link_failed() 731 int nr_route_frame(struct sk_buff *skb, ax25_cb *ax25) in nr_route_frame()
|
/linux-2.4.37.9/net/rose/ |
D | rose_route.c | 729 void rose_link_failed(ax25_cb *ax25, int reason) in rose_link_failed() 764 int rose_route_frame(struct sk_buff *skb, ax25_cb *ax25) in rose_route_frame()
|