Searched refs:attack_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.gen.c63 tmp->attack_data = NULL;
138 kill_clear(msg->attack_data);
141 msg->attack_data = kill_new();
142 if (msg->attack_data == NULL) {
152 if (kill_unmarshal(msg->attack_data, tmp) == -1) {
162 if (msg->attack_data != NULL) {
163 kill_free(msg->attack_data);
164 msg->attack_data = NULL;
223 msg->attack_data = kill_new();
224 if (msg->attack_data
[all...]
H A Dregress.gen.h42 struct kill* attack_data; member in struct:msg
/freebsd-12-stable/contrib/libevent/test/
H A Dregress.gen.c63 tmp->attack_data = NULL;
138 kill_clear(msg->attack_data);
141 msg->attack_data = kill_new();
142 if (msg->attack_data == NULL) {
152 if (kill_unmarshal(msg->attack_data, tmp) == -1) {
162 if (msg->attack_data != NULL) {
163 kill_free(msg->attack_data);
164 msg->attack_data = NULL;
223 msg->attack_data = kill_new();
224 if (msg->attack_data
[all...]
H A Dregress.gen.h42 struct kill* attack_data; member in struct:msg

Completed in 111 milliseconds