• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/

Lines Matching refs:guid

2812 		      reg->guid = string_alloc (net_cfg_instance_id, gc);
2910 reg->guid = string_alloc (enum_name, gc);
3027 if (!strcmp (tr->guid, pr->guid))
3029 msg (msglev, "'%s' %s", pr->name, tr->guid);
3043 msg (msglev, "[NULL] %s", tr->guid);
3052 if (tr != tr1 && !strcmp (tr->guid, tr1->guid))
3074 is_tap_win (const char *guid, const struct tap_reg *tap_reg)
3080 if (guid && !strcmp (tr->guid, guid))
3088 guid_to_name (const char *guid, const struct panel_reg *panel_reg)
3094 if (guid && !strcmp (pr->guid, guid))
3108 if (name && !strcmp (pr->name, name) && is_tap_win (pr->guid, tap_reg))
3109 return pr->guid;
3163 const char *act = guid_to_name (tap_reg->guid, panel_reg_src);
3167 buf_printf (&actual, "%s", tap_reg->guid);
3172 buf_printf (&ret, "%s", tap_reg->guid);
3216 const char *guid = name_to_guid (name, tap_reg, panel_reg);
3217 if (guid)
3220 buf_printf (&ret, "%s", guid);
3640 get_adapter_index_method_1 (const char *guid)
3645 _snwprintf (wbuf, SIZE (wbuf), L"\\DEVICE\\TCPIP_%S", guid);
3655 get_adapter_index_method_2 (const char *guid)
3664 if (!strcmp (guid, list->AdapterName))
3677 get_adapter_index (const char *guid)
3680 index = get_adapter_index_method_1 (guid);
3682 index = get_adapter_index_method_2 (guid);
3684 msg (M_INFO, "NOTE: could not get adapter index for %s", guid);
3700 const char *guid = name_to_guid (name, tap_reg, panel_reg);
3701 index = get_adapter_index_method_1 (guid);
3703 index = get_adapter_index_method_2 (guid);
4301 const char *guid;
4307 guid = get_device_guid (dev_node, BPTR (&actual), BCAP (&actual), tap_reg, panel_reg, gc);
4311 guid = get_unspecified_device_guid (0, BPTR (&actual), BCAP (&actual), tap_reg, panel_reg, gc);
4314 guid = NULL;
4317 if (!guid)
4322 return guid; /* no control panel name, return GUID instead */