taglinefilesource code
idef633net/ipx/af_ipx.cipxitf_create_internal(ipx_interface_definition *idef)
idef641net/ipx/af_ipx.cif (idef->ipx_network == 0L) return -EADDRNOTAVAIL;
idef642net/ipx/af_ipx.cif (ipxitf_find_using_net(idef->ipx_network) != NULL)
idef649net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef656net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
idef676net/ipx/af_ipx.cipxitf_create(ipx_interface_definition *idef)
idef683net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) 
idef684net/ipx/af_ipx.creturn ipxitf_create_internal(idef);
idef686net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL))
idef689net/ipx/af_ipx.cif ((idef->ipx_network != 0L) &&
idef690net/ipx/af_ipx.c(ipxitf_find_using_net(idef->ipx_network) != NULL))
idef693net/ipx/af_ipx.cswitch (idef->ipx_dlink_type) {
idef718net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);
idef736net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef742net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY)) 
idef760net/ipx/af_ipx.cipxitf_delete(ipx_interface_definition *idef)
idef766net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) {
idef774net/ipx/af_ipx.cdlink_type = ipx_map_frame_type(idef->ipx_dlink_type);
idef778net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);