taglinefilesource code
ipx_packet840net/inet/ipx.cvoid dump_hdr(char *str,ipx_packet *p) {
ipx_packet848net/inet/ipx.cvoid dump_pkt(char *str,ipx_packet *p) {
ipx_packet858net/inet/ipx.cipx_packet *ipx;
ipx_packet863net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet875net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet))
ipx_packet1032net/inet/ipx.cstruct ipx_packet *ipx;
ipx_packet1091net/inet/ipx.csize=sizeof(ipx_packet)+len;  /* For mac headers */
ipx_packet1152net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx_packet1154net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
ipx_packet1210net/inet/ipx.cstruct ipx_packet  *ipx = NULL;
ipx_packet1230net/inet/ipx.cipx = (ipx_packet *)(skb->h.raw);
ipx_packet1231net/inet/ipx.ccopied=ntohs(ipx->ipx_pktsize) - sizeof(ipx_packet);
ipx_packet1232net/inet/ipx.cskb_copy_datagram(skb,sizeof(struct ipx_packet),ubuf,copied);