taglinefilesource code
ipx_packet811net/inet/ipx.cipx_packet *ipx;
ipx_packet816net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet828net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet))
ipx_packet968net/inet/ipx.cstruct ipx_packet *ipx;
ipx_packet1027net/inet/ipx.csize=sizeof(ipx_packet)+len;  /* For mac headers */
ipx_packet1088net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet1090net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
ipx_packet1146net/inet/ipx.cstruct ipx_packet  *ipx = NULL;
ipx_packet1166net/inet/ipx.cipx = (ipx_packet *)(skb->h.raw);
ipx_packet1167net/inet/ipx.ccopied=ntohs(ipx->ipx_pktsize) - sizeof(ipx_packet);
ipx_packet1168net/inet/ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);