tag | line | file | source code |
idef | 706 | net/ipx/af_ipx.c | ipxitf_create_internal(ipx_interface_definition *idef) |
idef | 714 | net/ipx/af_ipx.c | if (idef->ipx_network == 0L) return -EADDRNOTAVAIL; |
idef | 715 | net/ipx/af_ipx.c | if (ipxitf_find_using_net(idef->ipx_network) != NULL) |
idef | 722 | net/ipx/af_ipx.c | intrfc->if_netnum=idef->ipx_network; |
idef | 729 | net/ipx/af_ipx.c | memcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN); |
idef | 749 | net/ipx/af_ipx.c | ipxitf_create(ipx_interface_definition *idef) |
idef | 756 | net/ipx/af_ipx.c | if (idef->ipx_special == IPX_INTERNAL) |
idef | 757 | net/ipx/af_ipx.c | return ipxitf_create_internal(idef); |
idef | 759 | net/ipx/af_ipx.c | if ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL)) |
idef | 762 | net/ipx/af_ipx.c | if ((idef->ipx_network != 0L) && |
idef | 763 | net/ipx/af_ipx.c | (ipxitf_find_using_net(idef->ipx_network) != NULL)) |
idef | 766 | net/ipx/af_ipx.c | switch (idef->ipx_dlink_type) { |
idef | 791 | net/ipx/af_ipx.c | dev=dev_get(idef->ipx_device); |
idef | 809 | net/ipx/af_ipx.c | intrfc->if_netnum=idef->ipx_network; |
idef | 815 | net/ipx/af_ipx.c | if ((idef->ipx_special == IPX_PRIMARY)) |
idef | 833 | net/ipx/af_ipx.c | ipxitf_delete(ipx_interface_definition *idef) |
idef | 839 | net/ipx/af_ipx.c | if (idef->ipx_special == IPX_INTERNAL) { |
idef | 847 | net/ipx/af_ipx.c | dlink_type = ipx_map_frame_type(idef->ipx_dlink_type); |
idef | 851 | net/ipx/af_ipx.c | dev=dev_get(idef->ipx_device); |