| tag | line | file | source code |
| idef | 810 | net/ipx/af_ipx.c | ipxitf_create_internal(ipx_interface_definition *idef) |
| idef | 818 | net/ipx/af_ipx.c | if (idef->ipx_network == 0L) return -EADDRNOTAVAIL; |
| idef | 819 | net/ipx/af_ipx.c | if (ipxitf_find_using_net(idef->ipx_network) != NULL) |
| idef | 826 | net/ipx/af_ipx.c | intrfc->if_netnum=idef->ipx_network; |
| idef | 833 | net/ipx/af_ipx.c | memcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN); |
| idef | 854 | net/ipx/af_ipx.c | ipxitf_create(ipx_interface_definition *idef) |
| idef | 861 | net/ipx/af_ipx.c | if (idef->ipx_special == IPX_INTERNAL) |
| idef | 862 | net/ipx/af_ipx.c | return ipxitf_create_internal(idef); |
| idef | 864 | net/ipx/af_ipx.c | if ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL)) |
| idef | 867 | net/ipx/af_ipx.c | if ((idef->ipx_network != 0L) && |
| idef | 868 | net/ipx/af_ipx.c | (ipxitf_find_using_net(idef->ipx_network) != NULL)) |
| idef | 871 | net/ipx/af_ipx.c | switch (idef->ipx_dlink_type) { |
| idef | 900 | net/ipx/af_ipx.c | dev=dev_get(idef->ipx_device); |
| idef | 918 | net/ipx/af_ipx.c | intrfc->if_netnum=idef->ipx_network; |
| idef | 924 | net/ipx/af_ipx.c | if ((idef->ipx_special == IPX_PRIMARY)) |
| idef | 928 | net/ipx/af_ipx.c | if(memcmp(idef->ipx_node, "\000\000\000\000\000\000", IPX_NODE_LEN)==0) |
| idef | 935 | net/ipx/af_ipx.c | memcpy(intrfc->if_node, idef->ipx_node, IPX_NODE_LEN); |
| idef | 947 | net/ipx/af_ipx.c | ipxitf_delete(ipx_interface_definition *idef) |
| idef | 953 | net/ipx/af_ipx.c | if (idef->ipx_special == IPX_INTERNAL) { |
| idef | 961 | net/ipx/af_ipx.c | dlink_type = ipx_map_frame_type(idef->ipx_dlink_type); |
| idef | 965 | net/ipx/af_ipx.c | dev=dev_get(idef->ipx_device); |