tag | line | file | source code |
idef | 626 | net/ipx/af_ipx.c | ipxitf_create_internal(ipx_interface_definition *idef) |
idef | 634 | net/ipx/af_ipx.c | if (idef->ipx_network == 0L) return -EADDRNOTAVAIL; |
idef | 635 | net/ipx/af_ipx.c | if (ipxitf_find_using_net(idef->ipx_network) != NULL) |
idef | 642 | net/ipx/af_ipx.c | intrfc->if_netnum=idef->ipx_network; |
idef | 649 | net/ipx/af_ipx.c | memcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN); |
idef | 669 | net/ipx/af_ipx.c | ipxitf_create(ipx_interface_definition *idef) |
idef | 676 | net/ipx/af_ipx.c | if (idef->ipx_special == IPX_INTERNAL) |
idef | 677 | net/ipx/af_ipx.c | return ipxitf_create_internal(idef); |
idef | 679 | net/ipx/af_ipx.c | if ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL)) |
idef | 682 | net/ipx/af_ipx.c | if ((idef->ipx_network != 0L) && |
idef | 683 | net/ipx/af_ipx.c | (ipxitf_find_using_net(idef->ipx_network) != NULL)) |
idef | 686 | net/ipx/af_ipx.c | switch (idef->ipx_dlink_type) { |
idef | 711 | net/ipx/af_ipx.c | dev=dev_get(idef->ipx_device); |
idef | 729 | net/ipx/af_ipx.c | intrfc->if_netnum=idef->ipx_network; |
idef | 735 | net/ipx/af_ipx.c | if ((idef->ipx_special == IPX_PRIMARY)) |
idef | 753 | net/ipx/af_ipx.c | ipxitf_delete(ipx_interface_definition *idef) |
idef | 759 | net/ipx/af_ipx.c | if (idef->ipx_special == IPX_INTERNAL) { |
idef | 767 | net/ipx/af_ipx.c | dlink_type = ipx_map_frame_type(idef->ipx_dlink_type); |
idef | 771 | net/ipx/af_ipx.c | dev=dev_get(idef->ipx_device); |