tag | line | file | source code |
ax25_address | 14 | include/linux/ax25.h | ax25_address sax25_call; |
ax25_address | 24 | include/linux/ax25.h | ax25_address fsa_digipeater[AX25_MAX_DIGIS]; |
ax25_address | 29 | include/linux/ax25.h | ax25_address port_addr; |
ax25_address | 30 | include/linux/ax25.h | ax25_address dest_addr; |
ax25_address | 32 | include/linux/ax25.h | ax25_address digi_addr[AX25_MAX_DIGIS - 2]; |
ax25_address | 71 | include/linux/ax25.h | ax25_address port_addr; |
ax25_address | 18 | include/linux/netrom.h | ax25_address callsign; |
ax25_address | 22 | include/linux/netrom.h | ax25_address neighbour; |
ax25_address | 123 | include/net/ax25.h | ax25_address call; |
ax25_address | 127 | include/net/ax25.h | ax25_address calls[6]; |
ax25_address | 135 | include/net/ax25.h | ax25_address source_addr, dest_addr; |
ax25_address | 155 | include/net/ax25.h | extern char *ax2asc(ax25_address *); |
ax25_address | 156 | include/net/ax25.h | extern int ax25cmp(ax25_address *, ax25_address *); |
ax25_address | 157 | include/net/ax25.h | extern int ax25_send_frame(struct sk_buff *, ax25_address *, ax25_address *, ax25_digi *, struct device *); |
ax25_address | 159 | include/net/ax25.h | extern struct device *ax25rtr_get_dev(ax25_address *); |
ax25_address | 165 | include/net/ax25.h | extern ax25_address *ax25_findbyuid(uid_t); |
ax25_address | 186 | include/net/ax25.h | extern void ax25_rt_rx_frame(ax25_address *, struct device *, ax25_digi *); |
ax25_address | 189 | include/net/ax25.h | extern int ax25_rt_autobind(ax25_cb *, ax25_address *); |
ax25_address | 192 | include/net/ax25.h | extern void ax25_ip_mode_set(ax25_address *, struct device *, char); |
ax25_address | 193 | include/net/ax25.h | extern char ax25_ip_mode_get(ax25_address *, struct device *); |
ax25_address | 207 | include/net/ax25.h | extern unsigned char *ax25_parse_addr(unsigned char *, int, ax25_address *, |
ax25_address | 208 | include/net/ax25.h | ax25_address *, ax25_digi *, int *); |
ax25_address | 209 | include/net/ax25.h | extern int build_ax25_addr(unsigned char *, ax25_address *, ax25_address *, |
ax25_address | 213 | include/net/ax25.h | extern void ax25_return_dm(struct device *, ax25_address *, ax25_address *, ax25_digi *); |
ax25_address | 47 | include/net/netrom.h | ax25_address user_addr, source_addr, dest_addr; |
ax25_address | 71 | include/net/netrom.h | ax25_address callsign; |
ax25_address | 80 | include/net/netrom.h | ax25_address callsign; |
ax25_address | 117 | include/net/netrom.h | extern struct device *nr_dev_get(ax25_address *); |
ax25_address | 119 | include/net/netrom.h | extern void nr_link_failed(ax25_address *, struct device *); |
ax25_address | 119 | net/ax25/af_ax25.c | char *ax2asc(ax25_address *a) |
ax25_address | 150 | net/ax25/af_ax25.c | int ax25cmp(ax25_address *a, ax25_address *b) |
ax25_address | 261 | net/ax25/af_ax25.c | static struct sock *ax25_find_listener(ax25_address *addr, struct device *dev, int type) |
ax25_address | 286 | net/ax25/af_ax25.c | static struct sock *ax25_find_socket(ax25_address *my_addr, ax25_address *dest_addr, int type) |
ax25_address | 310 | net/ax25/af_ax25.c | static ax25_cb *ax25_find_cb(ax25_address *my_addr, ax25_address *dest_addr, struct device *dev) |
ax25_address | 335 | net/ax25/af_ax25.c | static struct sock *ax25_addr_match(ax25_address *addr) |
ax25_address | 450 | net/ax25/af_ax25.c | ax25_address *ax25_findbyuid(uid_t uid) |
ax25_address | 559 | net/ax25/af_ax25.c | memset(&ax25->dest_addr, '\0', sizeof(ax25_address)); |
ax25_address | 560 | net/ax25/af_ax25.c | memset(&ax25->source_addr, '\0', sizeof(ax25_address)); |
ax25_address | 590 | net/ax25/af_ax25.c | int ax25_send_frame(struct sk_buff *skb, ax25_address *src, ax25_address *dest, |
ax25_address | 616 | net/ax25/af_ax25.c | memcpy(&ax25->source_addr, src, sizeof(ax25_address)); |
ax25_address | 617 | net/ax25/af_ax25.c | memcpy(&ax25->dest_addr, dest, sizeof(ax25_address)); |
ax25_address | 645 | net/ax25/af_ax25.c | struct device *ax25rtr_get_dev(ax25_address *addr) |
ax25_address | 648 | net/ax25/af_ax25.c | ax25_address dev_addr; |
ax25_address | 654 | net/ax25/af_ax25.c | if (ax25cmp(addr, (ax25_address *)dev->dev_addr) == 0) |
ax25_address | 996 | net/ax25/af_ax25.c | memcpy(&ax25->source_addr, &osk->ax25->source_addr, sizeof(ax25_address)); |
ax25_address | 1086 | net/ax25/af_ax25.c | ax25_address *call; |
ax25_address | 1109 | net/ax25/af_ax25.c | memcpy(&sk->ax25->source_addr, &addr->fsa_ax25.sax25_call, sizeof(ax25_address)); |
ax25_address | 1111 | net/ax25/af_ax25.c | memcpy(&sk->ax25->source_addr, call, sizeof(ax25_address)); |
ax25_address | 1164 | net/ax25/af_ax25.c | ax25_address *ap = (ax25_address *)(((char *)addr) + sizeof(*addr)); |
ax25_address | 1167 | net/ax25/af_ax25.c | if (ndigi % sizeof(ax25_address)) |
ax25_address | 1170 | net/ax25/af_ax25.c | ndigi /= sizeof(ax25_address); |
ax25_address | 1185 | net/ax25/af_ax25.c | memcpy(&sk->ax25->digipeat->calls[ct], &ap[ct], sizeof(ax25_address)); |
ax25_address | 1190 | net/ax25/af_ax25.c | addr_len -= ndigi * sizeof(ax25_address); |
ax25_address | 1205 | net/ax25/af_ax25.c | memcpy(&sk->ax25->dest_addr, &addr->sax25_call, sizeof(ax25_address)); |
ax25_address | 1306 | net/ax25/af_ax25.c | ax25_address *addr; |
ax25_address | 1322 | net/ax25/af_ax25.c | memcpy(&sax->fsa_ax25.sax25_call, addr, sizeof(ax25_address)); |
ax25_address | 1330 | net/ax25/af_ax25.c | *uaddr_len += sizeof(ax25_address) * ndigi; |
ax25_address | 1332 | net/ax25/af_ax25.c | memcpy(&sax->fsa_digipeater[i], &sk->ax25->digipeat->calls[i], sizeof(ax25_address)); |
ax25_address | 1338 | net/ax25/af_ax25.c | static int ax25_rcv(struct sk_buff *skb, struct device *dev, ax25_address *dev_addr, struct packet_type *ptype) |
ax25_address | 1345 | net/ax25/af_ax25.c | ax25_address src, dest; |
ax25_address | 1421 | net/ax25/af_ax25.c | if (!mine && ax25cmp(&dest, (ax25_address *)dev->broadcast) != 0) { |
ax25_address | 1545 | net/ax25/af_ax25.c | memcpy(&ax25->source_addr, &dest, sizeof(ax25_address)); |
ax25_address | 1546 | net/ax25/af_ax25.c | memcpy(&ax25->dest_addr, &src, sizeof(ax25_address)); |
ax25_address | 1610 | net/ax25/af_ax25.c | return ax25_rcv(skb, dev, (ax25_address *)dev->dev_addr, ptype); |
ax25_address | 1618 | net/ax25/af_ax25.c | ax25_address port_call; |
ax25_address | 1677 | net/ax25/af_ax25.c | ax25_address *ap = (ax25_address *)(((char *)uaddr) + sizeof(sax)); |
ax25_address | 1679 | net/ax25/af_ax25.c | if (ndigi % sizeof(ax25_address)) |
ax25_address | 1681 | net/ax25/af_ax25.c | ndigi /= sizeof(ax25_address); |
ax25_address | 1690 | net/ax25/af_ax25.c | memcpy(&dtmp.calls[ct], &ap[ct], sizeof(ax25_address)); |
ax25_address | 1696 | net/ax25/af_ax25.c | addr_len -= ndigi * sizeof(ax25_address); |
ax25_address | 1700 | net/ax25/af_ax25.c | if (sk->type == SOCK_SEQPACKET && memcmp(&sk->ax25->dest_addr, &sax.sax25_call, sizeof(ax25_address)) != 0) |
ax25_address | 1712 | net/ax25/af_ax25.c | memcpy(&sax.sax25_call, &sk->ax25->dest_addr, sizeof(ax25_address)); |
ax25_address | 1860 | net/ax25/af_ax25.c | ax25_address dest; |
ax25_address | 1866 | net/ax25/af_ax25.c | memcpy(&addr.sax25_call, &dest, sizeof(ax25_address)); |
ax25_address | 2282 | net/ax25/af_ax25.c | mode = ax25_ip_mode_get((ax25_address *)(bp + 1), dev); |
ax25_address | 2286 | net/ax25/af_ax25.c | ax25_send_frame(skb, (ax25_address *)(bp + 8), (ax25_address *)(bp + 1), NULL, dev); |
ax25_address | 59 | net/ax25/ax25_route.c | ax25_address callsign; |
ax25_address | 73 | net/ax25/ax25_route.c | void ax25_rt_rx_frame(ax25_address *src, struct device *dev, ax25_digi *digi) |
ax25_address | 364 | net/ax25/ax25_route.c | int ax25_rt_autobind(ax25_cb *ax25, ax25_address *addr) |
ax25_address | 367 | net/ax25/ax25_route.c | ax25_address *call; |
ax25_address | 379 | net/ax25/ax25_route.c | call = (ax25_address *)ax25->device->dev_addr; |
ax25_address | 381 | net/ax25/ax25_route.c | memcpy(&ax25->source_addr, call, sizeof(ax25_address)); |
ax25_address | 401 | net/ax25/ax25_route.c | void ax25_ip_mode_set(ax25_address *callsign, struct device *dev, char ip_mode) |
ax25_address | 416 | net/ax25/ax25_route.c | char ax25_ip_mode_get(ax25_address *callsign, struct device *dev) |
ax25_address | 235 | net/ax25/ax25_subr.c | void ax25_return_dm(struct device *dev, ax25_address *src, ax25_address *dest, ax25_digi *digi) |
ax25_address | 312 | net/ax25/ax25_subr.c | unsigned char *ax25_parse_addr(unsigned char *buf, int len, ax25_address *src, ax25_address *dest, ax25_digi *digi, int *flags) |
ax25_address | 364 | net/ax25/ax25_subr.c | int build_ax25_addr(unsigned char *buf, ax25_address *src, ax25_address *dest, ax25_digi *d, int flag, int modulus) |
ax25_address | 1082 | net/ipv4/arp.c | strcpy(hbuffer,ax2asc((ax25_address *)entry->ha)); |
ax25_address | 1086 | net/ipv4/arp.c | strcpy(hbuffer,ax2asc((ax25_address *)entry->ha)); |
ax25_address | 157 | net/netrom/af_netrom.c | static struct sock *nr_find_listener(ax25_address *addr, int type) |
ax25_address | 397 | net/netrom/af_netrom.c | memset(&sk->nr->user_addr, '\0', sizeof(ax25_address)); |
ax25_address | 515 | net/netrom/af_netrom.c | memset(&nr->source_addr, '\0', sizeof(ax25_address)); |
ax25_address | 516 | net/netrom/af_netrom.c | memset(&nr->user_addr, '\0', sizeof(ax25_address)); |
ax25_address | 517 | net/netrom/af_netrom.c | memset(&nr->dest_addr, '\0', sizeof(ax25_address)); |
ax25_address | 681 | net/netrom/af_netrom.c | ax25_address *user, *source; |
ax25_address | 711 | net/netrom/af_netrom.c | memcpy(&sk->nr->user_addr, &addr->fsa_digipeater[0], sizeof(ax25_address)); |
ax25_address | 712 | net/netrom/af_netrom.c | memcpy(&sk->nr->source_addr, &addr->fsa_ax25.sax25_call, sizeof(ax25_address)); |
ax25_address | 722 | net/netrom/af_netrom.c | memcpy(&sk->nr->user_addr, user, sizeof(ax25_address)); |
ax25_address | 723 | net/netrom/af_netrom.c | memcpy(&sk->nr->source_addr, source, sizeof(ax25_address)); |
ax25_address | 742 | net/netrom/af_netrom.c | ax25_address *user, *source = NULL; |
ax25_address | 770 | net/netrom/af_netrom.c | source = (ax25_address *)dev->dev_addr; |
ax25_address | 778 | net/netrom/af_netrom.c | memcpy(&sk->nr->user_addr, user, sizeof(ax25_address)); |
ax25_address | 779 | net/netrom/af_netrom.c | memcpy(&sk->nr->source_addr, source, sizeof(ax25_address)); |
ax25_address | 784 | net/netrom/af_netrom.c | memcpy(&sk->nr->dest_addr, &addr->sax25_call, sizeof(ax25_address)); |
ax25_address | 895 | net/netrom/af_netrom.c | memcpy(&sax->fsa_ax25.sax25_call, &sk->nr->user_addr, sizeof(ax25_address)); |
ax25_address | 896 | net/netrom/af_netrom.c | memcpy(&sax->fsa_digipeater[0], &sk->nr->dest_addr, sizeof(ax25_address)); |
ax25_address | 897 | net/netrom/af_netrom.c | *uaddr_len = sizeof(struct sockaddr_ax25) + sizeof(ax25_address); |
ax25_address | 901 | net/netrom/af_netrom.c | memcpy(&sax->fsa_ax25.sax25_call, &sk->nr->source_addr, sizeof(ax25_address)); |
ax25_address | 912 | net/netrom/af_netrom.c | ax25_address *src, *dest, *user; |
ax25_address | 922 | net/netrom/af_netrom.c | src = (ax25_address *)(skb->data + 0); |
ax25_address | 923 | net/netrom/af_netrom.c | dest = (ax25_address *)(skb->data + 7); |
ax25_address | 967 | net/netrom/af_netrom.c | user = (ax25_address *)(skb->data + 21); |
ax25_address | 974 | net/netrom/af_netrom.c | memcpy(&make->nr->source_addr, dest, sizeof(ax25_address)); |
ax25_address | 975 | net/netrom/af_netrom.c | memcpy(&make->nr->dest_addr, src, sizeof(ax25_address)); |
ax25_address | 976 | net/netrom/af_netrom.c | memcpy(&make->nr->user_addr, user, sizeof(ax25_address)); |
ax25_address | 1052 | net/netrom/af_netrom.c | if (sk->type == SOCK_SEQPACKET && memcmp(&sk->nr->dest_addr, &sax.sax25_call, sizeof(ax25_address)) != 0) |
ax25_address | 1060 | net/netrom/af_netrom.c | memcpy(&sax.sax25_call, &sk->nr->dest_addr, sizeof(ax25_address)); |
ax25_address | 1196 | net/netrom/af_netrom.c | memcpy(&addr.sax25_call, skb->data + 7, sizeof(ax25_address)); |
ax25_address | 203 | net/netrom/nr_out.c | memcpy(dptr, &sk->nr->source_addr, sizeof(ax25_address)); |
ax25_address | 209 | net/netrom/nr_out.c | memcpy(dptr, &sk->nr->dest_addr, sizeof(ax25_address)); |
ax25_address | 65 | net/netrom/nr_route.c | static int nr_add_node(ax25_address *nr, const char *mnemonic, ax25_address *ax25, |
ax25_address | 89 | net/netrom/nr_route.c | memcpy(&nr_neigh->callsign, ax25, sizeof(ax25_address)); |
ax25_address | 119 | net/netrom/nr_route.c | memcpy(&nr_node->callsign, nr, sizeof(ax25_address)); |
ax25_address | 290 | net/netrom/nr_route.c | static int nr_del_node(ax25_address *callsign, ax25_address *neighbour, struct device *dev) |
ax25_address | 340 | net/netrom/nr_route.c | static int nr_add_neigh(ax25_address *callsign, struct device *dev, unsigned int quality) |
ax25_address | 356 | net/netrom/nr_route.c | memcpy(&nr_neigh->callsign, callsign, sizeof(ax25_address)); |
ax25_address | 380 | net/netrom/nr_route.c | static int nr_del_neigh(ax25_address *callsign, struct device *dev, unsigned int quality) |
ax25_address | 516 | net/netrom/nr_route.c | ax25_address callsign; |
ax25_address | 549 | net/netrom/nr_route.c | struct device *nr_dev_get(ax25_address *addr) |
ax25_address | 554 | net/netrom/nr_route.c | if ((dev->flags & IFF_UP) && dev->type == ARPHRD_NETROM && ax25cmp(addr, (ax25_address *)dev->dev_addr) == 0) |
ax25_address | 627 | net/netrom/nr_route.c | void nr_link_failed(ax25_address *callsign, struct device *dev) |
ax25_address | 649 | net/netrom/nr_route.c | ax25_address *nr_src, *nr_dest; |
ax25_address | 655 | net/netrom/nr_route.c | nr_src = (ax25_address *)(skb->data + 0); |
ax25_address | 656 | net/netrom/nr_route.c | nr_dest = (ax25_address *)(skb->data + 7); |
ax25_address | 691 | net/netrom/nr_route.c | ax25_send_frame(skb, (ax25_address *)dev->dev_addr, &nr_neigh->callsign, nr_neigh->digipeat, nr_neigh->dev); |
ax25_address | 197 | net/netrom/nr_subr.c | memcpy(dptr, &sk->nr->user_addr, sizeof(ax25_address)); |
ax25_address | 202 | net/netrom/nr_subr.c | memcpy(dptr, &sk->nr->source_addr, sizeof(ax25_address)); |