x25_address
struct x25_address address;
struct x25_address source_addr, dest_addr;
struct x25_address *called_addr,
struct x25_address *calling_addr);
int x25_addr_ntoa(unsigned char *, struct x25_address *, struct x25_address *);
int x25_addr_aton(unsigned char *, struct x25_address *, struct x25_address *);
int x25_forward_call(struct x25_address *, struct x25_neigh *, struct sk_buff *,
struct x25_route *x25_get_route(struct x25_address *addr);
struct x25_address sx25_addr; /* X.121 Address */
struct x25_address address;
int x25_addr_ntoa(unsigned char *p, struct x25_address *called_addr,
struct x25_address *calling_addr)
int x25_addr_aton(unsigned char *p, struct x25_address *called_addr,
struct x25_address *calling_addr)
static struct sock *x25_find_listener(struct x25_address *addr,
static const struct x25_address null_x25_address = {" "};
struct x25_address *called_addr,
struct x25_address *calling_addr)
struct x25_address source_addr, dest_addr;
int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from,
struct x25_address source_addr, dest_addr;
struct x25_route *x25_get_route(struct x25_address *addr)
static int x25_add_route(struct x25_address *address, unsigned int sigdigits,
static int x25_del_route(struct x25_address *address, unsigned int sigdigits,