taglinefilesource code
ipx_packet339net/inet/ipx.cipx_packet  *ipx = (ipx_packet *)(skb->h.raw);
ipx_packet463net/inet/ipx.cipx_packet  *ipx = (ipx_packet *)(skb->h.raw);
ipx_packet543net/inet/ipx.cipx_packet  *ipx = (ipx_packet *) (skb->h.raw);
ipx_packet972net/inet/ipx.cipx_packet *ipx;
ipx_packet990net/inet/ipx.csize=sizeof(ipx_packet)+len;
ipx_packet1004net/inet/ipx.cipx=(ipx_packet *)&(skb->data[ipx_offset]);
ipx_packet1006net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
ipx_packet1026net/inet/ipx.cipx_packet  *ipx = (ipx_packet *) (skb->h.raw);
ipx_packet1603net/inet/ipx.cvoid dump_hdr(char *str,ipx_packet *p) {
ipx_packet1611net/inet/ipx.cvoid dump_pkt(char *str,ipx_packet *p) {
ipx_packet1621net/inet/ipx.cipx_packet *ipx;
ipx_packet1623net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet1634net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet)) {
ipx_packet1709net/inet/ipx.cstruct ipx_packet  *ipx = NULL;
ipx_packet1732net/inet/ipx.cipx = (ipx_packet *)(skb->h.raw);
ipx_packet1733net/inet/ipx.ccopied=ntohs(ipx->ipx_pktsize) - sizeof(ipx_packet);
ipx_packet1734net/inet/ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);