HomeSort by relevance Sort by last modified time
    Searched defs:server_id (Results 1 - 8 of 8) sorted by null

  /external/dbus/test/name-test/
test-ids.c 25 char *server_id; local
37 server_id = dbus_connection_get_server_id (connection);
38 if (server_id == NULL)
40 /* printf("'%s'\n", server_id); */
41 if (strlen (server_id) != 32)
43 dbus_free (server_id);
  /external/wpa_supplicant_8/src/radius/
radius_server.h 157 * server_id - Server identity
159 const char *server_id; member in struct:radius_server_conf
radius_server.c 250 * server_id - Server identity
252 const char *server_id; member in struct:radius_server_data
690 eap_conf.server_id = (const u8 *) data->server_id;
691 eap_conf.server_id_len = os_strlen(data->server_id);
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 44 const u8 *server_id; member in struct:eapol_auth_config
  /external/wpa_supplicant_8/src/eap_server/
eap.h 131 const u8 *server_id; member in struct:eap_config
eap_i.h 207 const u8 *server_id; member in struct:eap_sm
  /external/dnsmasq/src/
rfc2131.c 85 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_addr fallback);
835 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr)
868 option_addr(opt).s_addr != server_id(context, override, fallback).s_addr)
956 option_put(mess, end, OPTION_SERVER_IDENTIFIER, INADDRSZ, ntohl(server_id(context, override, fallback).s_addr));
1353 static struct in_addr server_id(struct dhcp_context *context, struct in_addr override, struct in_addr fallback) function
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 434 char *server_id; member in struct:hostapd_bss_config

Completed in 222 milliseconds