tag | line | file | source code |
net | 21 | include/net/ipx.h | unsigned long net; |
net | 507 | net/appletalk/ddp.c | static struct atalk_iface *atalk_find_interface(int net, int node) |
net | 513 | net/appletalk/ddp.c | && iface->address.s_net==net && !(iface->status&ATIF_PROBE)) |
net | 228 | net/ipx/af_ipx.c | ipxitf_find_using_net(unsigned long net) |
net | 232 | net/ipx/af_ipx.c | if (net == 0L) |
net | 235 | net/ipx/af_ipx.c | for (i=ipx_interfaces; i && (i->if_netnum!=net); i=i->if_next) |
net | 596 | net/ipx/af_ipx.c | if (ipx->ipx_dest.net == intrfc->if_netnum) |
net | 638 | net/ipx/af_ipx.c | if (ipx->ipx_source.net != intrfc->if_netnum) |
net | 728 | net/ipx/af_ipx.c | (ipx->ipx_source.net == ipx->ipx_dest.net) && |
net | 729 | net/ipx/af_ipx.c | (ipx->ipx_source.net != 0L)) |
net | 735 | net/ipx/af_ipx.c | if ((i=ipxitf_find_using_net(ipx->ipx_source.net))==NULL) |
net | 737 | net/ipx/af_ipx.c | intrfc->if_netnum = ipx->ipx_source.net; |
net | 743 | net/ipx/af_ipx.c | htonl(ipx->ipx_source.net), |
net | 751 | net/ipx/af_ipx.c | if (ipx->ipx_dest.net == 0L) |
net | 752 | net/ipx/af_ipx.c | ipx->ipx_dest.net = intrfc->if_netnum; |
net | 753 | net/ipx/af_ipx.c | if (ipx->ipx_source.net == 0L) |
net | 754 | net/ipx/af_ipx.c | ipx->ipx_source.net = intrfc->if_netnum; |
net | 756 | net/ipx/af_ipx.c | if (intrfc->if_netnum != ipx->ipx_dest.net) |
net | 1084 | net/ipx/af_ipx.c | ipxrtr_lookup(unsigned long net) |
net | 1088 | net/ipx/af_ipx.c | for (r=ipx_routes; (r!=NULL) && (r->ir_net!=net); r=r->ir_next) |
net | 1153 | net/ipx/af_ipx.c | ipxrtr_delete(long net) |
net | 1159 | net/ipx/af_ipx.c | if (tmp->ir_net == net) { |
net | 1224 | net/ipx/af_ipx.c | ipx->ipx_source.net = sk->protinfo.af_ipx.intrfc->if_netnum; |
net | 1231 | net/ipx/af_ipx.c | ipx->ipx_source.net = intrfc->if_netnum; |
net | 1236 | net/ipx/af_ipx.c | ipx->ipx_source.net = sk->protinfo.af_ipx.intrfc->if_netnum; |
net | 1241 | net/ipx/af_ipx.c | ipx->ipx_dest.net=usipx->sipx_network; |
net | 1266 | net/ipx/af_ipx.c | r = ipxrtr_lookup(ipx->ipx_dest.net); |
net | 1426 | net/ipx/af_ipx.c | htonl(s->protinfo.af_ipx.dest_addr.net), |
net | 1837 | net/ipx/af_ipx.c | sk->protinfo.af_ipx.dest_addr.net=addr->sipx_network; |
net | 1876 | net/ipx/af_ipx.c | sipx.sipx_network = addr->net; |
net | 1939 | net/ipx/af_ipx.c | str,ntohl(p->net),p->node[0],p->node[1],p->node[2], |
net | 2041 | net/ipx/af_ipx.c | usipx->sipx_network=sk->protinfo.af_ipx.dest_addr.net; |
net | 2087 | net/ipx/af_ipx.c | sipx->sipx_network=ipx->ipx_source.net; |