Searched refs:hop_weights_file (Results 1 – 4 of 4) sorted by relevance
611 if (p_mgr->p_subn->opt.hop_weights_file) { in osm_ucast_mgr_build_lid_matrices()614 p_mgr->p_subn->opt.hop_weights_file); in osm_ucast_mgr_build_lid_matrices()615 if (parse_node_map(p_mgr->p_subn->opt.hop_weights_file, in osm_ucast_mgr_build_lid_matrices()619 p_mgr->p_subn->opt.hop_weights_file); in osm_ucast_mgr_build_lid_matrices()
778 SET_STR_OPT(opt.hop_weights_file, optarg); in main()780 opt.hop_weights_file); in main()
802 { "hop_weights_file", OPT_OFFSET(hop_weights_file), opts_parse_charp, NULL, 0 },1087 free(p_opt->hop_weights_file); in subn_opt_destroy()1624 p_opt->hop_weights_file = NULL; in osm_subn_set_default_opt()2485 p_opts->hop_weights_file ? p_opts->hop_weights_file : null_str); in osm_subn_output_conf()
305 char *hop_weights_file; member