Home
last modified time | relevance | path

Searched refs:new_connection (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
HDgdb.c1763 new_connection(int fd, enum ev_type event __unused, void *arg) in new_connection() function
1910 mevent_add(s, EVF_READ, new_connection, NULL); in init_gdb()
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
HDwpas_glue.c1111 if (!wpa_s->new_connection && wpa_s->deny_ptk0_rekey && in wpa_supplicant_eap_auth_start_cb()
HDwpa_supplicant_i.h824 int new_connection; member
HDwpa_supplicant.c1092 if (state == WPA_COMPLETED && wpa_s->new_connection) { in wpa_supplicant_set_state()
1122 wpa_s->new_connection = 0; in wpa_supplicant_set_state()
1143 wpa_s->new_connection = 1; in wpa_supplicant_set_state()
5991 wpa_s->new_connection = 1; in wpa_supplicant_alloc()
HDevents.c4504 !wpa_s->new_connection || in could_be_psk_mismatch()