Searched refs:notification (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/contrib/wpa/src/eap_server/
H A Deap_server_aka.c43 u16 notification; member in struct:eap_aka_data
597 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
598 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
724 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
775 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
816 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
862 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
874 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
881 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
926 data->notification
[all...]
H A Deap_server_sim.c37 u16 notification; member in struct:eap_sim_data
294 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
295 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
559 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
575 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
584 data->notification = EAP_SIM_SUCCESS;
657 data->notification = EAP_SIM_SUCCESS;
675 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
690 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind)
702 wpa_printf(MSG_DEBUG, "EAP-SIM: Client replied to notification");
[all...]
/freebsd-10.2-release/lib/libc/net/
H A Dnscachedcli.c460 int notification; local
463 notification = CET_MP_WRITE_SESSION_ABANDON_NOTIFICATION;
464 result = safe_write(ws, &notification, sizeof(int));
476 int notification; local
479 notification = CET_MP_WRITE_SESSION_CLOSE_NOTIFICATION;
480 result = safe_write(ws, &notification, sizeof(int));
/freebsd-10.2-release/contrib/sendmail/contrib/
H A Ddoublebounce.pl90 Auto-Submitted: auto-generated (postmaster notification)
94 at or transited through your mailer, this notification is being
216 syslog('info', 'Unable to find anyone to send a doublebounce notification');
/freebsd-10.2-release/contrib/wpa/src/eap_peer/
H A Deap_sim.c491 u8 id, u16 notification)
494 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL;
735 "data from notification message");
740 wpa_printf(MSG_WARNING, "EAP-SIM: Counter in notification "
771 wpa_printf(MSG_WARNING, "EAP-SIM: Invalid notification "
786 wpa_printf(MSG_INFO, "EAP-SIM: too many notification "
792 if (attr->notification == -1) {
799 if ((attr->notification & 0x4000) == 0 &&
805 eap_sim_report_notification(sm->msg_ctx, attr->notification, 0);
806 if (attr->notification >
490 eap_sim_response_notification(struct eap_sim_data *data, u8 id, u16 notification) argument
[all...]
H A Deap_aka.c596 u8 id, u16 notification)
599 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL;
966 "data from notification message");
971 wpa_printf(MSG_WARNING, "EAP-AKA: Counter in notification "
1001 wpa_printf(MSG_WARNING, "EAP-AKA: Invalid notification "
1016 wpa_printf(MSG_INFO, "EAP-AKA: too many notification "
1022 if (attr->notification == -1) {
1029 if ((attr->notification & 0x4000) == 0 &&
1035 eap_sim_report_notification(sm->msg_ctx, attr->notification, 1);
1036 if (attr->notification >
595 eap_aka_response_notification(struct eap_aka_data *data, u8 id, u16 notification) argument
[all...]
/freebsd-10.2-release/contrib/wpa/src/eap_common/
H A Deap_sim_common.c505 attr->notification = -1;
612 attr->notification = apos[0] * 256 + apos[1];
614 attr->notification);
1169 void eap_sim_report_notification(void *msg_ctx, int notification, int aka) argument
1175 switch (notification) {
1178 "notification (after authentication)", type);
1181 wpa_printf(MSG_WARNING, "EAP-%s: Failure notification: "
1186 wpa_printf(MSG_WARNING, "EAP-%s: Failure notification: "
1192 "notification (before authentication)", type);
1196 "notification", typ
[all...]
H A Deap_sim_common.h164 /* AT_NOTIFICATION notification code values */
196 int notification, counter, selected_version, client_error_code; member in struct:eap_sim_attrs
227 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
H A Dikev2_common.h317 const u8 *notification; member in struct:ikev2_payloads
H A Dikev2_common.c390 payloads->notification = pdata;
/freebsd-10.2-release/sys/dev/isci/scil/
H A Dintel_sata.h100 U32 command_flag :1; // command, auto_activate, or notification
178 U32 notification :1; member in struct:SATA_FIS_SET_DEV_BITS
/freebsd-10.2-release/sys/netinet/
H A Dsctp_input.c1435 struct sockaddr *init_src, int *notification,
1452 struct sockaddr *init_src, int *notification,
1621 *notification = SCTP_NOTIFY_ASSOC_UP;
1787 *notification = SCTP_NOTIFY_ASSOC_UP;
1868 inp, netp, init_src, notification,
1885 *notification = SCTP_NOTIFY_ASSOC_RESTART;
2026 struct sockaddr *init_src, int *notification,
2300 *notification = SCTP_NOTIFY_ASSOC_UP;
2410 int notification = 0; local
2660 netp, to, &notification,
1448 sctp_process_cookie_existing(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets **netp, struct sockaddr *init_src, int *notification, int auth_skipped, uint32_t auth_offset, uint32_t auth_len, uint8_t mflowtype, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
2022 sctp_process_cookie_new(struct mbuf *m, int iphlen, int offset, struct sockaddr *src, struct sockaddr *dst, struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, struct sctp_inpcb *inp, struct sctp_nets **netp, struct sockaddr *init_src, int *notification, int auth_skipped, uint32_t auth_offset, uint32_t auth_len, uint8_t mflowtype, uint32_t mflowid, uint32_t vrf_id, uint16_t port) argument
[all...]
H A Dsctputil.c3552 sctp_ulp_notify(uint32_t notification, struct sctp_tcb *stcb, argument
3571 if ((notification == SCTP_NOTIFY_INTERFACE_DOWN) ||
3572 (notification == SCTP_NOTIFY_INTERFACE_UP) ||
3573 (notification == SCTP_NOTIFY_INTERFACE_CONFIRMED)) {
3578 switch (notification) {
3725 SCTPDBG(SCTP_DEBUG_UTIL1, "%s: unknown notification %xh (%u)\n",
3726 __FUNCTION__, notification, notification);
3890 /* We have a TCB to abort, send notification too */
5499 * take it. Note we allow a notification o
[all...]
/freebsd-10.2-release/contrib/apr/
H A Dconfigure20613 a.aio_notifytype = AIO_MSGQ; /* use IPC message queue for notification */

Completed in 290 milliseconds