|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | x25_route |
| struct | x25_neigh |
| struct | x25_sock |
| struct | x25_forward |
| struct | x25_skb_cb |
Enumerations | |
| enum | { X25_STATE_0, X25_STATE_1, X25_STATE_2, X25_STATE_3, X25_STATE_4 } |
| enum | { X25_LINK_STATE_0, X25_LINK_STATE_1, X25_LINK_STATE_2, X25_LINK_STATE_3 } |
| #define X25_DEFAULT_REVERSE 0x00 /* Default Reverse Charging */ |
| anonymous enum |
| anonymous enum |
| int x25_addr_aton | ( | unsigned char * | , |
| struct x25_address * | , | ||
| struct x25_address * | |||
| ) |
| int x25_addr_ntoa | ( | unsigned char * | , |
| struct x25_address * | , | ||
| struct x25_address * | |||
| ) |
Definition at line 375 of file x25_subr.c.
| void x25_clear_forward_by_dev | ( | struct net_device * | ) |
Definition at line 152 of file x25_forward.c.
Definition at line 134 of file x25_forward.c.
Definition at line 37 of file x25_subr.c.
| int x25_create_facilities | ( | unsigned char * | , |
| struct x25_facilities * | , | ||
| struct x25_dte_facilities * | , | ||
| unsigned | long | ||
| ) |
Definition at line 187 of file x25_facilities.c.
Definition at line 268 of file x25_subr.c.
|
read |
Definition at line 131 of file x25_route.c.
Definition at line 347 of file x25_subr.c.
Definition at line 86 of file x25_timer.c.
Definition at line 19 of file x25_forward.c.
Definition at line 94 of file x25_forward.c.
Definition at line 54 of file x25_subr.c.
|
read |
Definition at line 317 of file x25_link.c.
|
read |
x25_get_route - Find a route given an X.25 address. - address to find a route for
Find a route given an X.25 address.
Definition at line 154 of file x25_route.c.
Definition at line 32 of file x25_timer.c.
| int x25_lapb_receive_frame | ( | struct sk_buff * | , |
| struct net_device * | , | ||
| struct packet_type * | , | ||
| struct net_device * | |||
| ) |
| void x25_limit_facilities | ( | struct x25_facilities * | , |
| struct x25_neigh * | |||
| ) |
Definition at line 334 of file x25_facilities.c.
Definition at line 72 of file x25_link.c.
| void x25_link_device_down | ( | struct net_device * | ) |
Definition at line 295 of file x25_link.c.
| void x25_link_device_up | ( | struct net_device * | ) |
Definition at line 245 of file x25_link.c.
Definition at line 216 of file x25_link.c.
Definition at line 393 of file x25_link.c.
Definition at line 235 of file x25_link.c.
| int x25_negotiate_facilities | ( | struct sk_buff * | , |
| struct sock * | , | ||
| struct x25_facilities * | , | ||
| struct x25_dte_facilities * | |||
| ) |
Definition at line 264 of file x25_facilities.c.
| int x25_parse_address_block | ( | struct sk_buff * | skb, |
| struct x25_address * | called_addr, | ||
| struct x25_address * | calling_addr | ||
| ) |
| int x25_parse_facilities | ( | struct sk_buff * | skb, |
| struct x25_facilities * | facilities, | ||
| struct x25_dte_facilities * | dte_facs, | ||
| unsigned long * | vc_fac_mask | ||
| ) |
x25_parse_facilities - Parse facilities from skb into the facilities structs
: sk_buff to parse : Regular facilities, updated as facilities are found : ITU DTE facilities, updated as DTE facilities are found : mask is updated with all facilities found
Return codes: -1 - Parsing error, caller should drop call and clean up 0 - Parse OK, this skb has no facilities >0 - Parse OK, returns the length of the facilities header
Definition at line 44 of file x25_facilities.c.
Definition at line 264 of file x25_proc.c.
Definition at line 259 of file x25_proc.c.
Definition at line 71 of file x25_subr.c.
| void x25_route_device_down | ( | struct net_device * | dev | ) |
Definition at line 109 of file x25_route.c.
Definition at line 215 of file x25_route.c.
Definition at line 182 of file x25_route.c.
Definition at line 43 of file x25_timer.c.
Definition at line 60 of file x25_timer.c.
Definition at line 67 of file x25_timer.c.
Definition at line 74 of file x25_timer.c.
Definition at line 53 of file x25_timer.c.
Definition at line 48 of file x25_timer.c.
Definition at line 81 of file x25_timer.c.
Definition at line 341 of file x25_link.c.
Definition at line 168 of file x25_link.c.
Definition at line 195 of file x25_link.c.
Definition at line 93 of file x25_subr.c.
| rwlock_t x25_forward_list_lock |
| struct hlist_head x25_list |
| rwlock_t x25_list_lock |
| rwlock_t x25_neigh_list_lock |
| rwlock_t x25_route_list_lock |
1.8.2