taglinefilesource code
ipx339net/inet/ipx.cipx_packet  *ipx = (ipx_packet *)(skb->h.raw);
ipx344net/inet/ipx.csock1 = ipxitf_find_socket(intrfc, ipx->ipx_dest.sock);
ipx354net/inet/ipx.cswitch (ntohs(ipx->ipx_dest.sock)) {
ipx365net/inet/ipx.cipx->ipx_dest.sock);
ipx463net/inet/ipx.cipx_packet  *ipx = (ipx_packet *)(skb->h.raw);
ipx476net/inet/ipx.cif (ipx->ipx_dest.net == intrfc->if_netnum) {
ipx486net/inet/ipx.cif (ipx->ipx_source.net != intrfc->if_netnum) {
ipx487net/inet/ipx.cif (++(ipx->ipx_tctrl) > ipxcfg_max_hops) 
ipx543net/inet/ipx.cipx_packet  *ipx = (ipx_packet *) (skb->h.raw);
ipx548net/inet/ipx.c(ipx->ipx_source.net == ipx->ipx_dest.net)) {
ipx553net/inet/ipx.cif ((i=ipxitf_find_using_net(ipx->ipx_source.net))==NULL) {
ipx554net/inet/ipx.cintrfc->if_netnum = ipx->ipx_source.net;
ipx558net/inet/ipx.chtonl(ipx->ipx_source.net), 
ipx566net/inet/ipx.cif (intrfc->if_netnum != ipx->ipx_dest.net) {
ipx577net/inet/ipx.cif ((memcmp(ipx_broadcast_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0) 
ipx578net/inet/ipx.c|| (memcmp(intrfc->if_node, ipx->ipx_dest.node, IPX_NODE_LEN) == 0)) {
ipx972net/inet/ipx.cipx_packet *ipx;
ipx1004net/inet/ipx.cipx=(ipx_packet *)&(skb->data[ipx_offset]);
ipx1005net/inet/ipx.cipx->ipx_checksum=0xFFFF;
ipx1006net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
ipx1007net/inet/ipx.cipx->ipx_tctrl=0;
ipx1008net/inet/ipx.cipx->ipx_type=usipx->sipx_type;
ipx1009net/inet/ipx.cskb->h.raw = (unsigned char *)ipx;
ipx1011net/inet/ipx.cipx->ipx_source.net = sk->ipx_intrfc->if_netnum;
ipx1012net/inet/ipx.cmemcpy(ipx->ipx_source.node, sk->ipx_intrfc->if_node, IPX_NODE_LEN);
ipx1013net/inet/ipx.cipx->ipx_source.sock = sk->ipx_port;
ipx1014net/inet/ipx.cipx->ipx_dest.net=usipx->sipx_network;
ipx1015net/inet/ipx.cmemcpy(ipx->ipx_dest.node,usipx->sipx_node,IPX_NODE_LEN);
ipx1016net/inet/ipx.cipx->ipx_dest.sock=usipx->sipx_port;
ipx1018net/inet/ipx.cmemcpy_fromfs((char *)(ipx+1),ubuf,len);
ipx1020net/inet/ipx.crt->ir_router_node : ipx->ipx_dest.node);
ipx1026net/inet/ipx.cipx_packet  *ipx = (ipx_packet *) (skb->h.raw);
ipx1030net/inet/ipx.cr = ipxrtr_lookup(ipx->ipx_dest.net);
ipx1038net/inet/ipx.cr->ir_router_node : ipx->ipx_dest.node);
ipx1621net/inet/ipx.cipx_packet *ipx;
ipx1623net/inet/ipx.cipx=(ipx_packet *)skb->h.raw;
ipx1625net/inet/ipx.cif(ipx->ipx_checksum!=IPX_NO_CHECKSUM) {
ipx1634net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet)) {
ipx1709net/inet/ipx.cstruct ipx_packet  *ipx = NULL;
ipx1732net/inet/ipx.cipx = (ipx_packet *)(skb->h.raw);
ipx1733net/inet/ipx.ccopied=ntohs(ipx->ipx_pktsize) - sizeof(ipx_packet);
ipx1739net/inet/ipx.csipx->sipx_port=ipx->ipx_source.sock;
ipx1740net/inet/ipx.cmemcpy(sipx->sipx_node,ipx->ipx_source.node,IPX_NODE_LEN);
ipx1741net/inet/ipx.csipx->sipx_network=ipx->ipx_source.net;
ipx1742net/inet/ipx.csipx->sipx_type = ipx->ipx_type;