taglinefilesource code
idef606net/inet/ipx.cipxitf_create_internal(ipx_interface_definition *idef)
idef614net/inet/ipx.cif (idef->ipx_network == 0L) return -EADDRNOTAVAIL;
idef615net/inet/ipx.cif (ipxitf_find_using_net(idef->ipx_network) != NULL)
idef622net/inet/ipx.cintrfc->if_netnum=idef->ipx_network;
idef629net/inet/ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
idef649net/inet/ipx.cipxitf_create(ipx_interface_definition *idef)
idef656net/inet/ipx.cif (idef->ipx_special == IPX_INTERNAL) 
idef657net/inet/ipx.creturn ipxitf_create_internal(idef);
idef659net/inet/ipx.cif ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL))
idef662net/inet/ipx.cif ((idef->ipx_network != 0L) &&
idef663net/inet/ipx.c(ipxitf_find_using_net(idef->ipx_network) != NULL))
idef666net/inet/ipx.cswitch (idef->ipx_dlink_type) {
idef691net/inet/ipx.cdev=dev_get(idef->ipx_device);
idef712net/inet/ipx.cintrfc->if_netnum=idef->ipx_network;
idef718net/inet/ipx.cif ((idef->ipx_special == IPX_PRIMARY)) 
idef736net/inet/ipx.cipxitf_delete(ipx_interface_definition *idef)
idef742net/inet/ipx.cif (idef->ipx_special == IPX_INTERNAL) {
idef750net/inet/ipx.cdlink_type = ipx_map_frame_type(idef->ipx_dlink_type);
idef754net/inet/ipx.cdev=dev_get(idef->ipx_device);