taglinefilesource code
idef794net/ipx/af_ipx.cipxitf_create_internal(ipx_interface_definition *idef)
idef802net/ipx/af_ipx.cif (idef->ipx_network == 0L) return -EADDRNOTAVAIL;
idef803net/ipx/af_ipx.cif (ipxitf_find_using_net(idef->ipx_network) != NULL)
idef810net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef817net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
idef837net/ipx/af_ipx.cipxitf_create(ipx_interface_definition *idef)
idef844net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) 
idef845net/ipx/af_ipx.creturn ipxitf_create_internal(idef);
idef847net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL))
idef850net/ipx/af_ipx.cif ((idef->ipx_network != 0L) &&
idef851net/ipx/af_ipx.c(ipxitf_find_using_net(idef->ipx_network) != NULL))
idef854net/ipx/af_ipx.cswitch (idef->ipx_dlink_type) {
idef879net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);
idef897net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef903net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY)) 
idef921net/ipx/af_ipx.cipxitf_delete(ipx_interface_definition *idef)
idef927net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) {
idef935net/ipx/af_ipx.cdlink_type = ipx_map_frame_type(idef->ipx_dlink_type);
idef939net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);