tag | line | file | source code |
net | 208 | net/inet/ipx.c | ipxitf_find_using_net(unsigned long net) |
net | 212 | net/inet/ipx.c | if (net == 0L) |
net | 215 | net/inet/ipx.c | for (i=ipx_interfaces; i && (i->if_netnum!=net); i=i->if_next) |
net | 480 | net/inet/ipx.c | if (ipx->ipx_dest.net == intrfc->if_netnum) { |
net | 490 | net/inet/ipx.c | if (ipx->ipx_source.net != intrfc->if_netnum) { |
net | 557 | net/inet/ipx.c | (ipx->ipx_source.net == ipx->ipx_dest.net) && |
net | 558 | net/inet/ipx.c | (ipx->ipx_source.net != 0L)) { |
net | 563 | net/inet/ipx.c | if ((i=ipxitf_find_using_net(ipx->ipx_source.net))==NULL) { |
net | 564 | net/inet/ipx.c | intrfc->if_netnum = ipx->ipx_source.net; |
net | 568 | net/inet/ipx.c | htonl(ipx->ipx_source.net), |
net | 576 | net/inet/ipx.c | if (ipx->ipx_dest.net == 0L) |
net | 577 | net/inet/ipx.c | ipx->ipx_dest.net = intrfc->if_netnum; |
net | 578 | net/inet/ipx.c | if (ipx->ipx_source.net == 0L) |
net | 579 | net/inet/ipx.c | ipx->ipx_source.net = intrfc->if_netnum; |
net | 581 | net/inet/ipx.c | if (intrfc->if_netnum != ipx->ipx_dest.net) { |
net | 889 | net/inet/ipx.c | ipxrtr_lookup(unsigned long net) |
net | 893 | net/inet/ipx.c | for (r=ipx_routes; (r!=NULL) && (r->ir_net!=net); r=r->ir_next) |
net | 956 | net/inet/ipx.c | ipxrtr_delete(long net) |
net | 962 | net/inet/ipx.c | if (tmp->ir_net == net) { |
net | 1021 | net/inet/ipx.c | ipx->ipx_source.net = sk->ipx_intrfc->if_netnum; |
net | 1024 | net/inet/ipx.c | ipx->ipx_dest.net=usipx->sipx_network; |
net | 1040 | net/inet/ipx.c | r = ipxrtr_lookup(ipx->ipx_dest.net); |
net | 1182 | net/inet/ipx.c | htonl(s->ipx_dest_addr.net), |
net | 1526 | net/inet/ipx.c | sk->ipx_dest_addr.net=addr->sipx_network; |
net | 1562 | net/inet/ipx.c | sipx.sipx_network = addr->net; |
net | 1609 | net/inet/ipx.c | str,ntohl(p->net),p->node[0],p->node[1],p->node[2], |
net | 1699 | net/inet/ipx.c | usipx->sipx_network=sk->ipx_dest_addr.net; |
net | 1752 | net/inet/ipx.c | sipx->sipx_network=ipx->ipx_source.net; |
net | 20 | net/inet/ipx.h | unsigned long net; |