| tag | line | file | source code |
| net | 20 | include/net/ipx.h | unsigned long net; |
| net | 450 | net/appletalk/ddp.c | static struct atalk_iface *atalk_find_interface(int net, int node) |
| net | 456 | net/appletalk/ddp.c | && iface->address.s_net==net && !(iface->status&ATIF_PROBE)) |
| net | 217 | net/ipx/af_ipx.c | ipxitf_find_using_net(unsigned long net) |
| net | 221 | net/ipx/af_ipx.c | if (net == 0L) |
| net | 224 | net/ipx/af_ipx.c | for (i=ipx_interfaces; i && (i->if_netnum!=net); i=i->if_next) |
| net | 488 | net/ipx/af_ipx.c | if (ipx->ipx_dest.net == intrfc->if_netnum) { |
| net | 498 | net/ipx/af_ipx.c | if (ipx->ipx_source.net != intrfc->if_netnum) { |
| net | 571 | net/ipx/af_ipx.c | (ipx->ipx_source.net == ipx->ipx_dest.net) && |
| net | 572 | net/ipx/af_ipx.c | (ipx->ipx_source.net != 0L)) { |
| net | 577 | net/ipx/af_ipx.c | if ((i=ipxitf_find_using_net(ipx->ipx_source.net))==NULL) { |
| net | 578 | net/ipx/af_ipx.c | intrfc->if_netnum = ipx->ipx_source.net; |
| net | 582 | net/ipx/af_ipx.c | htonl(ipx->ipx_source.net), |
| net | 590 | net/ipx/af_ipx.c | if (ipx->ipx_dest.net == 0L) |
| net | 591 | net/ipx/af_ipx.c | ipx->ipx_dest.net = intrfc->if_netnum; |
| net | 592 | net/ipx/af_ipx.c | if (ipx->ipx_source.net == 0L) |
| net | 593 | net/ipx/af_ipx.c | ipx->ipx_source.net = intrfc->if_netnum; |
| net | 595 | net/ipx/af_ipx.c | if (intrfc->if_netnum != ipx->ipx_dest.net) { |
| net | 903 | net/ipx/af_ipx.c | ipxrtr_lookup(unsigned long net) |
| net | 907 | net/ipx/af_ipx.c | for (r=ipx_routes; (r!=NULL) && (r->ir_net!=net); r=r->ir_next) |
| net | 970 | net/ipx/af_ipx.c | ipxrtr_delete(long net) |
| net | 976 | net/ipx/af_ipx.c | if (tmp->ir_net == net) { |
| net | 1035 | net/ipx/af_ipx.c | ipx->ipx_source.net = sk->ipx_intrfc->if_netnum; |
| net | 1038 | net/ipx/af_ipx.c | ipx->ipx_dest.net=usipx->sipx_network; |
| net | 1054 | net/ipx/af_ipx.c | r = ipxrtr_lookup(ipx->ipx_dest.net); |
| net | 1196 | net/ipx/af_ipx.c | htonl(s->ipx_dest_addr.net), |
| net | 1540 | net/ipx/af_ipx.c | sk->ipx_dest_addr.net=addr->sipx_network; |
| net | 1576 | net/ipx/af_ipx.c | sipx.sipx_network = addr->net; |
| net | 1634 | net/ipx/af_ipx.c | str,ntohl(p->net),p->node[0],p->node[1],p->node[2], |
| net | 1727 | net/ipx/af_ipx.c | usipx->sipx_network=sk->ipx_dest_addr.net; |
| net | 1780 | net/ipx/af_ipx.c | sipx->sipx_network=ipx->ipx_source.net; |