taglinefilesource code
idef594net/inet/ipx.cipxitf_create_internal(ipx_interface_definition *idef)
idef602net/inet/ipx.cif (idef->ipx_network == 0L) return -EADDRNOTAVAIL;
idef603net/inet/ipx.cif (ipxitf_find_using_net(idef->ipx_network) != NULL)
idef610net/inet/ipx.cintrfc->if_netnum=idef->ipx_network;
idef617net/inet/ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
idef637net/inet/ipx.cipxitf_create(ipx_interface_definition *idef)
idef644net/inet/ipx.cif (idef->ipx_special == IPX_INTERNAL) 
idef645net/inet/ipx.creturn ipxitf_create_internal(idef);
idef647net/inet/ipx.cif ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL))
idef650net/inet/ipx.cif ((idef->ipx_network != 0L) &&
idef651net/inet/ipx.c(ipxitf_find_using_net(idef->ipx_network) != NULL))
idef654net/inet/ipx.cswitch (idef->ipx_dlink_type) {
idef679net/inet/ipx.cdev=dev_get(idef->ipx_device);
idef700net/inet/ipx.cintrfc->if_netnum=idef->ipx_network;
idef706net/inet/ipx.cif ((idef->ipx_special == IPX_PRIMARY)) 
idef724net/inet/ipx.cipxitf_delete(ipx_interface_definition *idef)
idef730net/inet/ipx.cif (idef->ipx_special == IPX_INTERNAL) {
idef738net/inet/ipx.cdlink_type = ipx_map_frame_type(idef->ipx_dlink_type);
idef742net/inet/ipx.cdev=dev_get(idef->ipx_device);