taglinefilesource code
idef664net/ipx/af_ipx.cipxitf_create_internal(ipx_interface_definition *idef)
idef672net/ipx/af_ipx.cif (idef->ipx_network == 0L) return -EADDRNOTAVAIL;
idef673net/ipx/af_ipx.cif (ipxitf_find_using_net(idef->ipx_network) != NULL)
idef680net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef687net/ipx/af_ipx.cmemcpy((char *)&(intrfc->if_node), idef->ipx_node, IPX_NODE_LEN);
idef707net/ipx/af_ipx.cipxitf_create(ipx_interface_definition *idef)
idef714net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) 
idef715net/ipx/af_ipx.creturn ipxitf_create_internal(idef);
idef717net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY) && (ipx_primary_net != NULL))
idef720net/ipx/af_ipx.cif ((idef->ipx_network != 0L) &&
idef721net/ipx/af_ipx.c(ipxitf_find_using_net(idef->ipx_network) != NULL))
idef724net/ipx/af_ipx.cswitch (idef->ipx_dlink_type) {
idef749net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);
idef767net/ipx/af_ipx.cintrfc->if_netnum=idef->ipx_network;
idef773net/ipx/af_ipx.cif ((idef->ipx_special == IPX_PRIMARY)) 
idef791net/ipx/af_ipx.cipxitf_delete(ipx_interface_definition *idef)
idef797net/ipx/af_ipx.cif (idef->ipx_special == IPX_INTERNAL) {
idef805net/ipx/af_ipx.cdlink_type = ipx_map_frame_type(idef->ipx_dlink_type);
idef809net/ipx/af_ipx.cdev=dev_get(idef->ipx_device);