taglinefilesource code
ipx_packet699net/inet/ipx.cipx_packet *ipx;
ipx_packet704net/inet/ipx.cipx=(ipx_packet *)buff;
ipx_packet716net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet)+dev->hard_header_len)
ipx_packet774net/inet/ipx.cipx=(ipx_packet *)(buff+dev->hard_header_len);
ipx_packet835net/inet/ipx.cstruct ipx_packet *ipx;
ipx_packet881net/inet/ipx.csize=sizeof(ipx_packet)+len;  /* For mac headers */
ipx_packet920net/inet/ipx.c(rt->flags&IPX_RT_BLUEBOOK)?ntohs(ETH_P_IPX):ntohs(len+sizeof(ipx_packet)),
ipx_packet923net/inet/ipx.clen+sizeof(ipx_packet),
ipx_packet929net/inet/ipx.cipx=(ipx_packet *)skb->data+skb->dev->hard_header_len;
ipx_packet931net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
ipx_packet1003net/inet/ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);
ipx_packet1011net/inet/ipx.caddr.sipx_port=((ipx_packet*)skb->h.raw)->ipx_source.sock;
ipx_packet1012net/inet/ipx.cmemcpy(addr.sipx_node,((ipx_packet*)skb->h.raw)->ipx_source.node,sizeof(addr.sipx_node));
ipx_packet1013net/inet/ipx.caddr.sipx_network=((ipx_packet*)skb->h.raw)->ipx_source.net;