taglinefilesource code
ipx700net/inet/ipx.cipx_packet *ipx;
ipx705net/inet/ipx.cipx=(ipx_packet *)buff;
ipx707net/inet/ipx.cif(ipx->ipx_checksum!=IPX_NO_CHECKSUM)
ipx717net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet)+dev->hard_header_len)
ipx724net/inet/ipx.cif(ipx->ipx_tctrl>16)
ipx731net/inet/ipx.cif(memcmp(dev->dev_addr,ipx->ipx_dest.node,dev->addr_len)!=0
ipx732net/inet/ipx.c&& memcmp(ipx_broadcast_node,ipx->ipx_dest.node,dev->addr_len)!=0)
ipx746net/inet/ipx.cif(ipx->ipx_tctrl==16)
ipx754net/inet/ipx.crt=ipxrtr_get_dev(ipx->ipx_dest.net);
ipx775net/inet/ipx.cipx=(ipx_packet *)(buff+dev->hard_header_len);
ipx784net/inet/ipx.cipx->ipx_tctrl++;
ipx789net/inet/ipx.c(rt->flags&IPX_RT_ROUTED)?rt->router_node:ipx->ipx_dest.node,
ipx804net/inet/ipx.csock=ipx_find_socket(ipx->ipx_dest.sock);
ipx836net/inet/ipx.cstruct ipx_packet *ipx;
ipx931net/inet/ipx.cipx=(ipx_packet *)skb->data+skb->dev->hard_header_len;
ipx932net/inet/ipx.cipx->ipx_checksum=0xFFFF;
ipx933net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
ipx934net/inet/ipx.cipx->ipx_tctrl=0;
ipx935net/inet/ipx.cipx->ipx_type=sk->ipx_type;
ipx936net/inet/ipx.cmemcpy(&ipx->ipx_source,&sk->ipx_source_addr,sizeof(ipx->ipx_source));
ipx937net/inet/ipx.cipx->ipx_dest.net=sipx.sipx_network;
ipx938net/inet/ipx.cmemcpy(ipx->ipx_dest.node,sipx.sipx_node,sizeof(ipx->ipx_dest.node));
ipx939net/inet/ipx.cipx->ipx_dest.sock=sipx.sipx_port;
ipx943net/inet/ipx.cmemcpy_fromfs((char *)(ipx+1),ubuf,len);