taglinefilesource code
IPX_NODE_LEN12include/linux/ipx.hunsigned char sipx_node[IPX_NODE_LEN];
IPX_NODE_LEN30include/linux/ipx.hunsigned char ipx_router_node[IPX_NODE_LEN];
IPX_NODE_LEN47include/linux/ipx.hunsigned char ipx_node[IPX_NODE_LEN];
IPX_NODE_LEN65include/linux/ipx.hunsigned char ipx_router_node[IPX_NODE_LEN];
IPX_NODE_LEN469net/inet/ipx.cchar    dest_node[IPX_NODE_LEN];
IPX_NODE_LEN481net/inet/ipx.cif (memcmp(intrfc->if_node, node, IPX_NODE_LEN) == 0) 
IPX_NODE_LEN483net/inet/ipx.cif (memcmp(ipx_broadcast_node, node, IPX_NODE_LEN) == 0) {
IPX_NODE_LEN510net/inet/ipx.cif (memcmp(ipx_broadcast_node, node, IPX_NODE_LEN) == 0) {
IPX_NODE_LEN513net/inet/ipx.cmemcpy(dest_node, &(node[IPX_NODE_LEN-addr_len]), addr_len);
IPX_NODE_LEN592net/inet/ipx.cif ((memcmp(ipx_broadcast_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0) 
IPX_NODE_LEN593net/inet/ipx.c|| (memcmp(intrfc->if_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0)) {
IPX_NODE_LEN644net/inet/ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
IPX_NODE_LEN714net/inet/ipx.cif(dev->addr_len>IPX_NODE_LEN)
IPX_NODE_LEN734net/inet/ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
IPX_NODE_LEN735net/inet/ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), dev->dev_addr, dev->addr_len);
IPX_NODE_LEN795net/inet/ipx.cif(dev->addr_len>IPX_NODE_LEN) return NULL;
IPX_NODE_LEN808net/inet/ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
IPX_NODE_LEN809net/inet/ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), 
IPX_NODE_LEN837net/inet/ipx.cmemcpy(f.ipx_node, sipx->sipx_node, IPX_NODE_LEN);
IPX_NODE_LEN917net/inet/ipx.cmemset(rt->ir_router_node, '\0', IPX_NODE_LEN);
IPX_NODE_LEN920net/inet/ipx.cmemcpy(rt->ir_router_node, node, IPX_NODE_LEN);
IPX_NODE_LEN1022net/inet/ipx.cmemcpy(ipx->ipx_source.node, sk->ipx_intrfc->if_node, IPX_NODE_LEN);
IPX_NODE_LEN1025net/inet/ipx.cmemcpy(ipx->ipx_dest.node,usipx->sipx_node,IPX_NODE_LEN);
IPX_NODE_LEN1087net/inet/ipx.cmemcpy(f.ipx_router_node, sg->sipx_node, IPX_NODE_LEN);
IPX_NODE_LEN1528net/inet/ipx.cmemcpy(sk->ipx_dest_addr.node,addr->sipx_node,IPX_NODE_LEN);
IPX_NODE_LEN1563net/inet/ipx.cmemcpy(sipx.sipx_node,addr->node,IPX_NODE_LEN);
IPX_NODE_LEN1569net/inet/ipx.cIPX_NODE_LEN);
IPX_NODE_LEN1572net/inet/ipx.cmemset(sipx.sipx_node, '\0', IPX_NODE_LEN);
IPX_NODE_LEN1700net/inet/ipx.cmemcpy(usipx->sipx_node,sk->ipx_dest_addr.node,IPX_NODE_LEN);
IPX_NODE_LEN1751net/inet/ipx.cmemcpy(sipx->sipx_node,ipx->ipx_source.node,IPX_NODE_LEN);
IPX_NODE_LEN21net/inet/ipx.hunsigned char  node[IPX_NODE_LEN]; 
IPX_NODE_LEN54net/inet/ipx.hunsigned char  if_node[IPX_NODE_LEN];
IPX_NODE_LEN77net/inet/ipx.hunsigned char ir_router_node[IPX_NODE_LEN];