taglinefilesource code
IPX_NODE_LEN11include/linux/ipx.hunsigned char sipx_node[IPX_NODE_LEN];
IPX_NODE_LEN28include/linux/ipx.hunsigned char ipx_router_node[IPX_NODE_LEN];
IPX_NODE_LEN43include/linux/ipx.hunsigned char ipx_node[IPX_NODE_LEN];
IPX_NODE_LEN61include/linux/ipx.hunsigned char ipx_router_node[IPX_NODE_LEN];
IPX_NODE_LEN466net/inet/ipx.cchar    dest_node[IPX_NODE_LEN];
IPX_NODE_LEN477net/inet/ipx.cif (memcmp(intrfc->if_node, node, IPX_NODE_LEN) == 0) 
IPX_NODE_LEN479net/inet/ipx.cif (memcmp(ipx_broadcast_node, node, IPX_NODE_LEN) == 0) {
IPX_NODE_LEN505net/inet/ipx.cmemcpy(dest_node, node, IPX_NODE_LEN);
IPX_NODE_LEN565net/inet/ipx.cif ((memcmp(ipx_broadcast_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0) 
IPX_NODE_LEN566net/inet/ipx.c|| (memcmp(intrfc->if_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0)) {
IPX_NODE_LEN617net/inet/ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
IPX_NODE_LEN672net/inet/ipx.cif(dev->addr_len>IPX_NODE_LEN)
IPX_NODE_LEN694net/inet/ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
IPX_NODE_LEN695net/inet/ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), dev->dev_addr, dev->addr_len);
IPX_NODE_LEN770net/inet/ipx.cif(dev->addr_len>IPX_NODE_LEN) return NULL;
IPX_NODE_LEN785net/inet/ipx.cmemset(intrfc->if_node, 0, IPX_NODE_LEN);
IPX_NODE_LEN786net/inet/ipx.cmemcpy((char *)&(intrfc->if_node[IPX_NODE_LEN-dev->addr_len]), 
IPX_NODE_LEN893net/inet/ipx.cmemset(rt->ir_router_node, '\0', IPX_NODE_LEN);
IPX_NODE_LEN896net/inet/ipx.cmemcpy(rt->ir_router_node, node, IPX_NODE_LEN);
IPX_NODE_LEN998net/inet/ipx.cmemcpy(ipx->ipx_source.node, sk->ipx_intrfc->if_node, IPX_NODE_LEN);
IPX_NODE_LEN1001net/inet/ipx.cmemcpy(ipx->ipx_dest.node,usipx->sipx_node,IPX_NODE_LEN);
IPX_NODE_LEN1063net/inet/ipx.cmemcpy(f.ipx_router_node, sg->sipx_node, IPX_NODE_LEN);
IPX_NODE_LEN1506net/inet/ipx.cmemcpy(sk->ipx_dest_addr.node,addr->sipx_node,IPX_NODE_LEN);
IPX_NODE_LEN1541net/inet/ipx.cmemcpy(sipx.sipx_node,addr->node,IPX_NODE_LEN);
IPX_NODE_LEN1547net/inet/ipx.cIPX_NODE_LEN);
IPX_NODE_LEN1550net/inet/ipx.cmemset(sipx.sipx_node, '\0', IPX_NODE_LEN);
IPX_NODE_LEN1681net/inet/ipx.cmemcpy(usipx->sipx_node,sk->ipx_dest_addr.node,IPX_NODE_LEN);
IPX_NODE_LEN1731net/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];