taglinefilesource code
ipx_packet845net/inet/ipx.cipx_packet *ipx;
ipx_packet850net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet862net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet))
ipx_packet1009net/inet/ipx.cstruct ipx_packet *ipx;
ipx_packet1064net/inet/ipx.csize=sizeof(ipx_packet)+len;  /* For mac headers */
ipx_packet1125net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet1127net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
ipx_packet1183net/inet/ipx.cstruct ipx_packet  *ipx = NULL;
ipx_packet1220net/inet/ipx.cipx = (ipx_packet *)(skb->h.raw);
ipx_packet1221net/inet/ipx.ccopied=ntohs(ipx->ipx_pktsize) - sizeof(ipx_packet);
ipx_packet1222net/inet/ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);