Searched refs:last_msg (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/amd/libamu/ |
| H A D | xutil.c | 495 static char last_msg[1024]; in real_plog() local 563 …if (strlcpy(last_msg, msg, sizeof(last_msg)) >= sizeof(last_msg)) /* don't use xstrlcpy here (recu… in real_plog() 572 if (STREQ(last_msg, msg)) { in real_plog() 576 …if (strlcpy(last_msg, msg, sizeof(last_msg)) >= sizeof(last_msg)) /* don't use xstrlcpy here (recu… in real_plog() 577 fprintf(stderr, "real_plog: string \"%s\" truncated to \"%s\"\n", last_msg, msg); in real_plog() 591 xsnprintf(last_msg, sizeof(last_msg), in real_plog() 593 __IGNORE(fwrite(last_msg, strlen(last_msg), 1, logfp)); in real_plog() 599 if (STREQ(last_msg, msg)) { in real_plog() 603 xsnprintf(last_msg, sizeof(last_msg), in real_plog() 605 __IGNORE(fwrite(last_msg, strlen(last_msg), 1, logfp)); in real_plog() [all …]
|
| /freebsd-12.1/contrib/wpa/src/wps/ |
| H A D | wps_attr_process.c | 29 if (wps->last_msg == NULL) { in wps_process_authenticator() 38 addr[0] = wpabuf_head(wps->last_msg); in wps_process_authenticator() 39 len[0] = wpabuf_len(wps->last_msg); in wps_process_authenticator()
|
| H A D | wps_attr_build.c | 165 if (wps->last_msg == NULL) { in wps_build_authenticator() 174 addr[0] = wpabuf_head(wps->last_msg); in wps_build_authenticator() 175 len[0] = wpabuf_len(wps->last_msg); in wps_build_authenticator()
|
| H A D | wps_enrollee.c | 505 wpabuf_free(wps->last_msg); in wps_enrollee_get_msg() 506 wps->last_msg = wpabuf_dup(msg); in wps_enrollee_get_msg() 1345 wpabuf_free(wps->last_msg); in wps_process_wsc_msg() 1346 wps->last_msg = wpabuf_dup(msg); in wps_process_wsc_msg()
|
| H A D | wps_i.h | 68 struct wpabuf *last_msg; member
|
| H A D | wps.c | 178 wpabuf_free(data->last_msg); in wps_deinit()
|
| H A D | wps_registrar.c | 2200 wpabuf_free(wps->last_msg); in wps_registrar_get_msg() 2201 wps->last_msg = wpabuf_dup(msg); in wps_registrar_get_msg() 3114 wpabuf_free(wps->last_msg); in wps_process_wsc_msg() 3115 wps->last_msg = wpabuf_dup(msg); in wps_process_wsc_msg()
|
| /freebsd-12.1/contrib/wpa/src/eap_peer/ |
| H A D | ikev2.h | 50 enum { LAST_MSG_SA_INIT, LAST_MSG_SA_AUTH } last_msg; member
|
| H A D | ikev2.c | 796 data->last_msg = LAST_MSG_SA_INIT; in ikev2_responder_process() 807 data->last_msg = LAST_MSG_SA_AUTH; in ikev2_responder_process() 1182 if (data->last_msg == LAST_MSG_SA_AUTH) { in ikev2_build_notify()
|
| /freebsd-12.1/contrib/wpa/src/radius/ |
| H A D | radius_server.c | 85 struct radius_msg *last_msg; member 535 radius_msg_free(sess->last_msg); in radius_server_session_free() 1620 radius_msg_free(sess->last_msg); in radius_server_request() 1621 sess->last_msg = msg; in radius_server_request() 2809 if (s->eap == ctx && s->last_msg) { in radius_server_eap_pending_cb() 2823 msg = sess->last_msg; in radius_server_eap_pending_cb() 2824 sess->last_msg = NULL; in radius_server_eap_pending_cb()
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_parse.c | 5022 u_long last_msg; /* last message received */ member 5217 if (current_time > t->last_msg + TRIMBLETSIP_IDLE_TIME) in trimble_check() 5296 t->last_msg = current_time; in trimbletsip_init() 5481 tr->last_msg = current_time; in trimbletsip_message()
|
| /freebsd-12.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 3516 u_int last_msg; in ahc_handle_msg_reject() local 3525 last_msg = ahc_inb(ahc, LAST_MSG); in ahc_handle_msg_reject() 3646 last_msg); in ahc_handle_msg_reject()
|
| H A D | aic79xx.c | 4721 u_int last_msg; in ahd_handle_msg_reject() local 4730 last_msg = ahd_inb(ahd, LAST_MSG); in ahd_handle_msg_reject() 4871 last_msg); in ahd_handle_msg_reject()
|