taglinefilesource code
idef626net/ipx/af_ipx.cipxitf_create_internal(ipx_interface_definition *idef)
idef634net/ipx/af_ipx.cif (idef->ipx_network == 0L) return -EADDRNOTAVAIL;
idef635net/ipx/af_ipx.cif (ipxitf_find_using_net(idef->ipx_network) != NULL)
idef642net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef649net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
idef669net/ipx/af_ipx.cipxitf_create(ipx_interface_definition *idef)
idef676net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) 
idef677net/ipx/af_ipx.creturn ipxitf_create_internal(idef);
idef679net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL))
idef682net/ipx/af_ipx.cif ((idef->ipx_network != 0L) &&
idef683net/ipx/af_ipx.c(ipxitf_find_using_net(idef->ipx_network) != NULL))
idef686net/ipx/af_ipx.cswitch (idef->ipx_dlink_type) {
idef711net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);
idef729net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef735net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY)) 
idef753net/ipx/af_ipx.cipxitf_delete(ipx_interface_definition *idef)
idef759net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) {
idef767net/ipx/af_ipx.cdlink_type = ipx_map_frame_type(idef->ipx_dlink_type);
idef771net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);