tag | line | file | source code |
IPX_NODE_LEN | 12 | include/linux/ipx.h | unsigned char sipx_node[IPX_NODE_LEN]; |
IPX_NODE_LEN | 30 | include/linux/ipx.h | unsigned char ipx_router_node[IPX_NODE_LEN]; |
IPX_NODE_LEN | 47 | include/linux/ipx.h | unsigned char ipx_node[IPX_NODE_LEN]; |
IPX_NODE_LEN | 65 | include/linux/ipx.h | unsigned char ipx_router_node[IPX_NODE_LEN]; |
IPX_NODE_LEN | 466 | net/inet/ipx.c | char dest_node[IPX_NODE_LEN]; |
IPX_NODE_LEN | 477 | net/inet/ipx.c | if (memcmp(intrfc->if_node, node, IPX_NODE_LEN) == 0) |
IPX_NODE_LEN | 479 | net/inet/ipx.c | if (memcmp(ipx_broadcast_node, node, IPX_NODE_LEN) == 0) { |
IPX_NODE_LEN | 505 | net/inet/ipx.c | memcpy(dest_node, node, IPX_NODE_LEN); |
IPX_NODE_LEN | 577 | net/inet/ipx.c | if ((memcmp(ipx_broadcast_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0) |
IPX_NODE_LEN | 578 | net/inet/ipx.c | || (memcmp(intrfc->if_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0)) { |
IPX_NODE_LEN | 629 | net/inet/ipx.c | memcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN); |
IPX_NODE_LEN | 699 | net/inet/ipx.c | if(dev->addr_len>IPX_NODE_LEN) |
IPX_NODE_LEN | 722 | net/inet/ipx.c | memset(intrfc->if_node, 0, IPX_NODE_LEN); |
IPX_NODE_LEN | 723 | net/inet/ipx.c | memcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), dev->dev_addr, dev->addr_len); |
IPX_NODE_LEN | 783 | net/inet/ipx.c | if(dev->addr_len>IPX_NODE_LEN) return NULL; |
IPX_NODE_LEN | 798 | net/inet/ipx.c | memset(intrfc->if_node, 0, IPX_NODE_LEN); |
IPX_NODE_LEN | 799 | net/inet/ipx.c | memcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), |
IPX_NODE_LEN | 827 | net/inet/ipx.c | memcpy(f.ipx_node, sipx->sipx_node, IPX_NODE_LEN); |
IPX_NODE_LEN | 907 | net/inet/ipx.c | memset(rt->ir_router_node, '\0', IPX_NODE_LEN); |
IPX_NODE_LEN | 910 | net/inet/ipx.c | memcpy(rt->ir_router_node, node, IPX_NODE_LEN); |
IPX_NODE_LEN | 1012 | net/inet/ipx.c | memcpy(ipx->ipx_source.node, sk->ipx_intrfc->if_node, IPX_NODE_LEN); |
IPX_NODE_LEN | 1015 | net/inet/ipx.c | memcpy(ipx->ipx_dest.node,usipx->sipx_node,IPX_NODE_LEN); |
IPX_NODE_LEN | 1077 | net/inet/ipx.c | memcpy(f.ipx_router_node, sg->sipx_node, IPX_NODE_LEN); |
IPX_NODE_LEN | 1518 | net/inet/ipx.c | memcpy(sk->ipx_dest_addr.node,addr->sipx_node,IPX_NODE_LEN); |
IPX_NODE_LEN | 1553 | net/inet/ipx.c | memcpy(sipx.sipx_node,addr->node,IPX_NODE_LEN); |
IPX_NODE_LEN | 1559 | net/inet/ipx.c | IPX_NODE_LEN); |
IPX_NODE_LEN | 1562 | net/inet/ipx.c | memset(sipx.sipx_node, '\0', IPX_NODE_LEN); |
IPX_NODE_LEN | 1690 | net/inet/ipx.c | memcpy(usipx->sipx_node,sk->ipx_dest_addr.node,IPX_NODE_LEN); |
IPX_NODE_LEN | 1740 | net/inet/ipx.c | memcpy(sipx->sipx_node,ipx->ipx_source.node,IPX_NODE_LEN); |
IPX_NODE_LEN | 21 | net/inet/ipx.h | unsigned char node[IPX_NODE_LEN]; |
IPX_NODE_LEN | 54 | net/inet/ipx.h | unsigned char if_node[IPX_NODE_LEN]; |
IPX_NODE_LEN | 77 | net/inet/ipx.h | unsigned char ir_router_node[IPX_NODE_LEN]; |