taglinefilesource code
ipx_packet799net/inet/ipx.cipx_packet *ipx;
ipx_packet804net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet816net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet))
ipx_packet962net/inet/ipx.cstruct ipx_packet *ipx;
ipx_packet1020net/inet/ipx.csize=sizeof(ipx_packet)+len;  /* For mac headers */
ipx_packet1081net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet1083net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
ipx_packet1139net/inet/ipx.cstruct ipx_packet  *ipx = NULL;
ipx_packet1159net/inet/ipx.cipx = (ipx_packet *)(skb->h.raw);
ipx_packet1160net/inet/ipx.ccopied=ntohs(ipx->ipx_pktsize) - sizeof(ipx_packet);
ipx_packet1161net/inet/ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);