taglinefilesource code
ipx_packet800net/inet/ipx.cipx_packet *ipx;
ipx_packet805net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet817net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet))
ipx_packet963net/inet/ipx.cstruct ipx_packet *ipx;
ipx_packet1021net/inet/ipx.csize=sizeof(ipx_packet)+len;  /* For mac headers */
ipx_packet1082net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet1084net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
ipx_packet1140net/inet/ipx.cstruct ipx_packet  *ipx = NULL;
ipx_packet1160net/inet/ipx.cipx = (ipx_packet *)(skb->h.raw);
ipx_packet1161net/inet/ipx.ccopied=ntohs(ipx->ipx_pktsize) - sizeof(ipx_packet);
ipx_packet1162net/inet/ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);