taglinefilesource code
idef796net/ipx/af_ipx.cipxitf_create_internal(ipx_interface_definition *idef)
idef804net/ipx/af_ipx.cif (idef->ipx_network == 0L) return -EADDRNOTAVAIL;
idef805net/ipx/af_ipx.cif (ipxitf_find_using_net(idef->ipx_network) != NULL)
idef812net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef819net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
idef839net/ipx/af_ipx.cipxitf_create(ipx_interface_definition *idef)
idef846net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) 
idef847net/ipx/af_ipx.creturn ipxitf_create_internal(idef);
idef849net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL))
idef852net/ipx/af_ipx.cif ((idef->ipx_network != 0L) &&
idef853net/ipx/af_ipx.c(ipxitf_find_using_net(idef->ipx_network) != NULL))
idef856net/ipx/af_ipx.cswitch (idef->ipx_dlink_type) {
idef881net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);
idef899net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef905net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY)) 
idef923net/ipx/af_ipx.cipxitf_delete(ipx_interface_definition *idef)
idef929net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) {
idef937net/ipx/af_ipx.cdlink_type = ipx_map_frame_type(idef->ipx_dlink_type);
idef941net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);