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

/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_aka.c44 u16 notification; member in struct:eap_aka_data
614 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
615 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
741 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
792 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
837 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
883 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
895 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
902 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
947 data->notification
[all...]
H A Deap_server_sim.c38 u16 notification; member in struct:eap_sim_data
311 wpa_printf(MSG_DEBUG, " AT_NOTIFICATION (%d)", data->notification);
312 eap_sim_msg_add(msg, EAP_SIM_AT_NOTIFICATION, data->notification,
579 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
595 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
604 data->notification = EAP_SIM_SUCCESS;
678 data->notification = EAP_SIM_SUCCESS;
697 data->notification = EAP_SIM_GENERAL_FAILURE_BEFORE_AUTH;
712 if (data->notification == EAP_SIM_SUCCESS && data->use_result_ind)
724 wpa_printf(MSG_DEBUG, "EAP-SIM: Client replied to notification");
[all...]
/freebsd-current/lib/libc/net/
H A Dnscachedcli.c456 int notification; local
459 notification = CET_MP_WRITE_SESSION_ABANDON_NOTIFICATION;
460 result = safe_write(ws, &notification, sizeof(int));
472 int notification; local
474 notification = CET_MP_WRITE_SESSION_CLOSE_NOTIFICATION;
475 (void)safe_write(ws, &notification, sizeof(int));
/freebsd-current/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-current/tools/test/stress2/misc/
H A Dmachipc.sh115 MACH_PORT_NULL); /* No notification */
177 MACH_PORT_NULL); /* No notification */
H A Dmachipc2.sh203 MACH_PORT_NULL); /* No notification */
226 MACH_PORT_NULL); /* No notification */
/freebsd-current/contrib/wpa/src/eap_common/
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
228 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
H A Deap_sim_common.c503 attr->notification = -1;
610 attr->notification = apos[0] * 256 + apos[1];
612 attr->notification);
1170 void eap_sim_report_notification(void *msg_ctx, int notification, int aka) argument
1176 switch (notification) {
1179 "notification (after authentication)", type);
1182 wpa_printf(MSG_WARNING, "EAP-%s: Failure notification: "
1187 wpa_printf(MSG_WARNING, "EAP-%s: Failure notification: "
1193 "notification (before authentication)", type);
1197 "notification", typ
[all...]
H A Dikev2_common.h313 const u8 *notification; member in struct:ikev2_payloads
H A Dikev2_common.c328 payloads->notification = pdata;
/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_sim.c610 u8 id, u16 notification)
613 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL;
882 "data from notification message");
887 wpa_printf(MSG_WARNING, "EAP-SIM: Counter in notification "
918 wpa_printf(MSG_WARNING, "EAP-SIM: Invalid notification "
933 wpa_printf(MSG_INFO, "EAP-SIM: too many notification "
939 if (attr->notification == -1) {
946 if ((attr->notification & 0x4000) == 0 &&
952 eap_sim_report_notification(sm->msg_ctx, attr->notification, 0);
953 if (attr->notification >
609 eap_sim_response_notification(struct eap_sim_data *data, u8 id, u16 notification) argument
[all...]
H A Deap_aka.c738 u8 id, u16 notification)
741 u8 *k_aut = (notification & 0x4000) == 0 ? data->k_aut : NULL;
1150 "data from notification message");
1155 wpa_printf(MSG_WARNING, "EAP-AKA: Counter in notification "
1185 wpa_printf(MSG_WARNING, "EAP-AKA: Invalid notification "
1200 wpa_printf(MSG_INFO, "EAP-AKA: too many notification "
1206 if (attr->notification == -1) {
1213 if ((attr->notification & 0x4000) == 0 &&
1219 eap_sim_report_notification(sm->msg_ctx, attr->notification, 1);
1220 if (attr->notification >
737 eap_aka_response_notification(struct eap_aka_data *data, u8 id, u16 notification) argument
[all...]
/freebsd-current/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-current/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed-functions.sh174 # Send a notification via all available methods.
177 # subject: notification subject
178 # pathname: pathname containing the notification message (OPTIONAL)
181 # 0: notification succeeded via at least one method
182 # 1: notification failed
183 # 2: no notification methods configured
224 # Send a notification via email to the address specified by ZED_EMAIL_ADDR.
233 # - @SUBJECT@ is replaced with the notification subject
234 # If @SUBJECT@ was omited here, a "Subject: ..." header will be added to notification
238 # subject: notification subjec
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_input.c1335 struct sockaddr *init_src, int *notification,
1351 struct sockaddr *init_src, int *notification,
1508 *notification = SCTP_NOTIFY_ASSOC_UP;
1687 *notification = SCTP_NOTIFY_ASSOC_UP;
1741 inp, netp, init_src, notification,
1758 *notification = SCTP_NOTIFY_ASSOC_RESTART;
1959 struct sockaddr *init_src, int *notification,
2163 *notification = SCTP_NOTIFY_ASSOC_UP;
2257 int notification = 0; local
2533 netp, to, &notification,
1347 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
1955 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.c4076 sctp_ulp_notify(uint32_t notification, struct sctp_tcb *stcb, argument
4091 if ((notification == SCTP_NOTIFY_INTERFACE_DOWN) ||
4092 (notification == SCTP_NOTIFY_INTERFACE_UP) ||
4093 (notification == SCTP_NOTIFY_INTERFACE_CONFIRMED)) {
4098 if (notification != SCTP_NOTIFY_PARTIAL_DELVIERY_INDICATION) {
4110 switch (notification) {
4250 SCTPDBG(SCTP_DEBUG_UTIL1, "%s: unknown notification %xh (%u)\n",
4251 __func__, notification, notification);
4254 if (notification !
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1396 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \
1397 __sanitizer_syscall_pre_impl_mq_notify((long)(mqdes), (long)(notification))
1398 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \
1400 (long)(notification))
2808 void __sanitizer_syscall_pre_impl_mq_notify(long mqdes, long notification);
2810 long notification);
H A Dnetbsd_syscall_hooks.h1377 #define __sanitizer_syscall_pre_mq_notify(mqdes, notification) \
1379 (long long)(notification))
1380 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \
1382 (long long)(notification))
3885 long long notification);
3887 long long notification);

Completed in 317 milliseconds