taglinefilesource code
ipx_interfaces101net/ipx/af_ipx.cstatic ipx_interface  *ipx_interfaces = NULL;
ipx_interfaces117net/ipx/af_ipx.cipx_primary_net = ipx_interfaces;
ipx_interfaces210net/ipx/af_ipx.cif (ipxcfg_auto_select_primary && (ipx_interfaces != NULL))
ipx_interfaces211net/ipx/af_ipx.cipx_primary_net = ipx_interfaces;
ipx_interfaces221net/ipx/af_ipx.cfor (i=ipx_interfaces; 
ipx_interfaces236net/ipx/af_ipx.cfor (i=ipx_interfaces; i && (i->if_netnum!=net); i=i->if_next)
ipx_interfaces318net/ipx/af_ipx.cif (intrfc == ipx_interfaces) {
ipx_interfaces319net/ipx/af_ipx.cipx_interfaces = intrfc->if_next;
ipx_interfaces321net/ipx/af_ipx.cfor (i = ipx_interfaces; 
ipx_interfaces351net/ipx/af_ipx.cfor (i = ipx_interfaces; i != NULL; ) {
ipx_interfaces796net/ipx/af_ipx.cif (ipx_interfaces == NULL) {
ipx_interfaces797net/ipx/af_ipx.cipx_interfaces = intrfc;
ipx_interfaces799net/ipx/af_ipx.cfor (i = ipx_interfaces; i->if_next != NULL; i = i->if_next)
ipx_interfaces1427net/ipx/af_ipx.cfor (i = ipx_interfaces; i != NULL; i = i->if_next) {
ipx_interfaces1476net/ipx/af_ipx.cfor (i = ipx_interfaces; i != NULL; i = i->if_next) {
ipx_interfaces2366net/ipx/af_ipx.cwhile (ipx_interfaces) {
ipx_interfaces2367net/ipx/af_ipx.cifc = ipx_interfaces;
ipx_interfaces2368net/ipx/af_ipx.cipx_interfaces = ifc->if_next;