Home
last modified time | relevance | path

Searched defs:x25_route (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/x25/
Dx25_route.c54 struct x25_route *x25_route; in x25_add_route() local
78 static void x25_remove_route(struct x25_route *x25_route) in x25_remove_route()
109 struct x25_route *x25_route; in x25_del_route() local
126 struct x25_route *route, *x25_route = x25_route_list; in x25_route_device_down() local
185 struct x25_route_struct x25_route; in x25_route_ioctl() local
222 struct x25_route *x25_route; in x25_routes_get_info() local
263 struct x25_route *route, *x25_route = x25_route_list; in x25_route_free() local
/linux-2.4.37.9/include/net/
Dx25.h104 struct x25_route { struct
105 struct x25_route *next; argument
106 x25_address address; /* Start of address range */
107 unsigned int sigdigits; /* Number of sig digits */
108 struct net_device *dev; /* More than one for MLP */