taglinefilesource code
idef706net/ipx/af_ipx.cipxitf_create_internal(ipx_interface_definition *idef)
idef714net/ipx/af_ipx.cif (idef->ipx_network == 0L) return -EADDRNOTAVAIL;
idef715net/ipx/af_ipx.cif (ipxitf_find_using_net(idef->ipx_network) != NULL)
idef722net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef729net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
idef749net/ipx/af_ipx.cipxitf_create(ipx_interface_definition *idef)
idef756net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) 
idef757net/ipx/af_ipx.creturn ipxitf_create_internal(idef);
idef759net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL))
idef762net/ipx/af_ipx.cif ((idef->ipx_network != 0L) &&
idef763net/ipx/af_ipx.c(ipxitf_find_using_net(idef->ipx_network) != NULL))
idef766net/ipx/af_ipx.cswitch (idef->ipx_dlink_type) {
idef791net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);
idef809net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef815net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY)) 
idef833net/ipx/af_ipx.cipxitf_delete(ipx_interface_definition *idef)
idef839net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) {
idef847net/ipx/af_ipx.cdlink_type = ipx_map_frame_type(idef->ipx_dlink_type);
idef851net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);