taglinefilesource code
ipx_packet339net/inet/ipx.cipx_packet  *ipx = (ipx_packet *)(skb->h.raw);
ipx_packet466net/inet/ipx.cipx_packet  *ipx = (ipx_packet *)(skb->h.raw);
ipx_packet552net/inet/ipx.cipx_packet  *ipx = (ipx_packet *) (skb->h.raw);
ipx_packet982net/inet/ipx.cipx_packet *ipx;
ipx_packet1000net/inet/ipx.csize=sizeof(ipx_packet)+len;
ipx_packet1014net/inet/ipx.cipx=(ipx_packet *)&(skb->data[ipx_offset]);
ipx_packet1016net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
ipx_packet1036net/inet/ipx.cipx_packet  *ipx = (ipx_packet *) (skb->h.raw);
ipx_packet1613net/inet/ipx.cvoid dump_hdr(char *str,ipx_packet *p) {
ipx_packet1621net/inet/ipx.cvoid dump_pkt(char *str,ipx_packet *p) {
ipx_packet1631net/inet/ipx.cipx_packet *ipx;
ipx_packet1633net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet1644net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet)) {
ipx_packet1719net/inet/ipx.cstruct ipx_packet *ipx = NULL;
ipx_packet1742net/inet/ipx.cipx = (ipx_packet *)(skb->h.raw);
ipx_packet1743net/inet/ipx.ctruesize=ntohs(ipx->ipx_pktsize) - sizeof(ipx_packet);
ipx_packet1745net/inet/ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);