tag | line | file | source code |
net | 20 | include/net/ipx.h | unsigned long net; |
net | 440 | net/appletalk/ddp.c | static struct atalk_iface *atalk_find_interface(int net, int node) |
net | 446 | net/appletalk/ddp.c | && iface->address.s_net==net && !(iface->status&ATIF_PROBE)) |
net | 214 | net/ipx/af_ipx.c | ipxitf_find_using_net(unsigned long net) |
net | 218 | net/ipx/af_ipx.c | if (net == 0L) |
net | 221 | net/ipx/af_ipx.c | for (i=ipx_interfaces; i && (i->if_netnum!=net); i=i->if_next) |
net | 485 | net/ipx/af_ipx.c | if (ipx->ipx_dest.net == intrfc->if_netnum) { |
net | 495 | net/ipx/af_ipx.c | if (ipx->ipx_source.net != intrfc->if_netnum) { |
net | 562 | net/ipx/af_ipx.c | (ipx->ipx_source.net == ipx->ipx_dest.net) && |
net | 563 | net/ipx/af_ipx.c | (ipx->ipx_source.net != 0L)) { |
net | 568 | net/ipx/af_ipx.c | if ((i=ipxitf_find_using_net(ipx->ipx_source.net))==NULL) { |
net | 569 | net/ipx/af_ipx.c | intrfc->if_netnum = ipx->ipx_source.net; |
net | 573 | net/ipx/af_ipx.c | htonl(ipx->ipx_source.net), |
net | 581 | net/ipx/af_ipx.c | if (ipx->ipx_dest.net == 0L) |
net | 582 | net/ipx/af_ipx.c | ipx->ipx_dest.net = intrfc->if_netnum; |
net | 583 | net/ipx/af_ipx.c | if (ipx->ipx_source.net == 0L) |
net | 584 | net/ipx/af_ipx.c | ipx->ipx_source.net = intrfc->if_netnum; |
net | 586 | net/ipx/af_ipx.c | if (intrfc->if_netnum != ipx->ipx_dest.net) { |
net | 894 | net/ipx/af_ipx.c | ipxrtr_lookup(unsigned long net) |
net | 898 | net/ipx/af_ipx.c | for (r=ipx_routes; (r!=NULL) && (r->ir_net!=net); r=r->ir_next) |
net | 961 | net/ipx/af_ipx.c | ipxrtr_delete(long net) |
net | 967 | net/ipx/af_ipx.c | if (tmp->ir_net == net) { |
net | 1026 | net/ipx/af_ipx.c | ipx->ipx_source.net = sk->ipx_intrfc->if_netnum; |
net | 1029 | net/ipx/af_ipx.c | ipx->ipx_dest.net=usipx->sipx_network; |
net | 1045 | net/ipx/af_ipx.c | r = ipxrtr_lookup(ipx->ipx_dest.net); |
net | 1187 | net/ipx/af_ipx.c | htonl(s->ipx_dest_addr.net), |
net | 1530 | net/ipx/af_ipx.c | sk->ipx_dest_addr.net=addr->sipx_network; |
net | 1566 | net/ipx/af_ipx.c | sipx.sipx_network = addr->net; |
net | 1613 | net/ipx/af_ipx.c | str,ntohl(p->net),p->node[0],p->node[1],p->node[2], |
net | 1704 | net/ipx/af_ipx.c | usipx->sipx_network=sk->ipx_dest_addr.net; |
net | 1757 | net/ipx/af_ipx.c | sipx->sipx_network=ipx->ipx_source.net; |