taglinefilesource code
idef810net/ipx/af_ipx.cipxitf_create_internal(ipx_interface_definition *idef)
idef818net/ipx/af_ipx.cif (idef->ipx_network == 0L) return -EADDRNOTAVAIL;
idef819net/ipx/af_ipx.cif (ipxitf_find_using_net(idef->ipx_network) != NULL)
idef826net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef833net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
idef854net/ipx/af_ipx.cipxitf_create(ipx_interface_definition *idef)
idef861net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) 
idef862net/ipx/af_ipx.creturn ipxitf_create_internal(idef);
idef864net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL))
idef867net/ipx/af_ipx.cif ((idef->ipx_network != 0L) &&
idef868net/ipx/af_ipx.c(ipxitf_find_using_net(idef->ipx_network) != NULL))
idef871net/ipx/af_ipx.cswitch (idef->ipx_dlink_type) {
idef900net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);
idef918net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef924net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY)) 
idef928net/ipx/af_ipx.cif(memcmp(idef->ipx_node, "\000\000\000\000\000\000", IPX_NODE_LEN)==0)
idef935net/ipx/af_ipx.cmemcpy(intrfc->if_node, idef->ipx_node, IPX_NODE_LEN);
idef947net/ipx/af_ipx.cipxitf_delete(ipx_interface_definition *idef)
idef953net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) {
idef961net/ipx/af_ipx.cdlink_type = ipx_map_frame_type(idef->ipx_dlink_type);
idef965net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);