taglinefilesource code
ipx_offset342net/inet/ipx.cint    ipx_offset;
ipx_offset379net/inet/ipx.cipx_offset = (char *)(skb->h.raw) - (char *)(skb->data);
ipx_offset390net/inet/ipx.cskb1->h.raw = (unsigned char *)&(skb1->data[ipx_offset]);
ipx_offset403net/inet/ipx.cskb2->h.raw = (unsigned char *)&(skb2->data[ipx_offset]);
ipx_offset974net/inet/ipx.cint ipx_offset;
ipx_offset989net/inet/ipx.cipx_offset = intrfc->if_ipx_offset;
ipx_offset991net/inet/ipx.csize += ipx_offset;
ipx_offset1004net/inet/ipx.cipx=(ipx_packet *)&(skb->data[ipx_offset]);