taglinefilesource code
ipx858net/inet/ipx.cipx_packet *ipx;
ipx863net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx865net/inet/ipx.cif(ipx->ipx_checksum!=IPX_NO_CHECKSUM)
ipx875net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet))
ipx882net/inet/ipx.cif(ipx->ipx_tctrl>16)
ipx900net/inet/ipx.cif(memcmp(IPXaddr,ipx->ipx_dest.node,6)!=0
ipx901net/inet/ipx.c&& memcmp(ipx_broadcast_node,ipx->ipx_dest.node,6)!=0)
ipx917net/inet/ipx.cif((ipx->ipx_tctrl==16) || (skb->pkt_type!=PACKET_HOST))
ipx923net/inet/ipx.cipx->ipx_tctrl++;
ipx926net/inet/ipx.crt=ipxrtr_get_dev(ipx->ipx_dest.net);
ipx941net/inet/ipx.cif (memcmp(IPXaddr,ipx->ipx_dest.node,6) == 0) 
ipx946net/inet/ipx.cincoming_size = skb->len - ntohs(ipx->ipx_pktsize);
ipx952net/inet/ipx.cskb2=alloc_skb(ntohs(ipx->ipx_pktsize) + outgoing_size,
ipx960net/inet/ipx.cskb2->len=ntohs(ipx->ipx_pktsize) + outgoing_size;
ipx965net/inet/ipx.cskb2->len = ntohs(ipx->ipx_pktsize) + outgoing_size;
ipx973net/inet/ipx.cmemcpy((char *)(skb2+1)+outgoing_size,ipx,
ipx974net/inet/ipx.cntohs(ipx->ipx_pktsize));
ipx987net/inet/ipx.c:ipx->ipx_dest.node);
ipx1000net/inet/ipx.cln->net = ipx->ipx_dest.net;
ipx1003net/inet/ipx.csock=ipx_find_socket(ipx->ipx_dest.sock);
ipx1032net/inet/ipx.cstruct ipx_packet *ipx;
ipx1152net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx1153net/inet/ipx.cipx->ipx_checksum=0xFFFF;
ipx1154net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
ipx1155net/inet/ipx.cipx->ipx_tctrl=0;
ipx1156net/inet/ipx.cipx->ipx_type=usipx->sipx_type;
ipx1158net/inet/ipx.cmemcpy(&ipx->ipx_source,&sk->ipx_source_addr,sizeof(ipx->ipx_source));
ipx1159net/inet/ipx.cipx->ipx_dest.net=usipx->sipx_network;
ipx1160net/inet/ipx.cmemcpy(ipx->ipx_dest.node,usipx->sipx_node,sizeof(ipx->ipx_dest.node));
ipx1161net/inet/ipx.cipx->ipx_dest.sock=usipx->sipx_port;
ipx1165net/inet/ipx.cmemcpy_fromfs((char *)(ipx+1),ubuf,len);
ipx1210net/inet/ipx.cstruct ipx_packet  *ipx = NULL;
ipx1230net/inet/ipx.cipx = (ipx_packet *)(skb->h.raw);
ipx1231net/inet/ipx.ccopied=ntohs(ipx->ipx_pktsize) - sizeof(ipx_packet);
ipx1237net/inet/ipx.csipx->sipx_port=ipx->ipx_source.sock;
ipx1238net/inet/ipx.cmemcpy(sipx->sipx_node,ipx->ipx_source.node,sizeof(sipx->sipx_node));
ipx1239net/inet/ipx.csipx->sipx_network=ipx->ipx_source.net;
ipx1240net/inet/ipx.csipx->sipx_type = ipx->ipx_type;