HomeSort by: relevance | last modified time | path
    Searched defs:notification (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_sim.c 34 START, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
40 u16 notification; member in struct:eap_sim_data
60 case NOTIFICATION:
61 return "NOTIFICATION";
326 wpa_printf(MSG_DEBUG, "EAP-SIM: Generating Notification");
329 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
330 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
370 case NOTIFICATION:
425 case NOTIFICATION:
700 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH
    [all...]
eap_server_aka.c 37 IDENTITY, CHALLENGE, REAUTH, NOTIFICATION, SUCCESS, FAILURE
45 u16 notification; member in struct:eap_aka_data
75 case NOTIFICATION:
76 return "NOTIFICATION";
651 wpa_printf(MSG_DEBUG, "EAP-AKA: Generating Notification");
654 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
655 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
696 case NOTIFICATION:
754 case NOTIFICATION:
904 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH
    [all...]
  /src/external/bsd/wpa/dist/src/eap_common/
eap_sim_common.h 164 /* AT_NOTIFICATION notification code values */
196 int notification, counter, selected_version, client_error_code; member in struct:eap_sim_attrs
228 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
ikev2_common.h 313 const u8 *notification; member in struct:ikev2_payloads
  /src/sys/netinet/
sctp_input.c 1043 struct sockaddr *init_src, int *notification)
1191 *notification = SCTP_NOTIFY_ASSOC_UP;
1299 *notification = SCTP_NOTIFY_ASSOC_UP;
1332 *notification = SCTP_NOTIFY_ASSOC_RESTART;
1411 struct sockaddr *init_src, int *notification)
1613 *notification = SCTP_NOTIFY_ASSOC_UP;
1682 int notification = 0; local
2012 cookie_len, *inp_p, netp, to, &notification);
2025 cookie, cookie_len, *inp_p, *stcb, *netp, to, &notification);
2077 if (notification == SCTP_NOTIFY_ASSOC_RESTART)
    [all...]
  /src/sys/dev/acpi/
qcompas.c 1408 uint32_t notification; local
1423 "invalid battgmr notification\n");
1426 memcpy(&notification, buf + sizeof(hdr),
1428 switch (notification) {
1438 "unknown battmgr notification 0x%02x\n",
1439 notification);
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 640 notification; typedef in typeref:enum:__anon14423
811 extern notification notification_std(int);
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 636 notification; typedef in typeref:enum:__anon16835
807 extern notification notification_std(int);
  /src/sys/compat/netbsd32/
netbsd32_syscallargs.h 1396 syscallarg(const netbsd32_sigeventp_t) notification; member in struct:netbsd32_mq_notify_args
  /src/sys/sys/
syscallargs.h 1692 syscallarg(const struct sigevent *) notification; member in struct:sys_mq_notify_args
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 162 enum notification enum
3415 notification gfc_notification_std (int);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 162 enum notification enum
3294 notification gfc_notification_std (int);

Completed in 55 milliseconds