Lines Matching defs:doq_server_socket
1052 struct doq_server_socket { struct
1054 struct doq_table* table;
1056 struct ub_randstate* rnd;
1058 uint8_t validate_addr;
1060 int sv_scidlen;
1062 uint64_t idle_timeout;
1064 uint8_t* static_secret;
1066 size_t static_secret_len;
1068 void* ctx;
1071 void* quic_method;
1074 struct comm_point* cp;
1076 struct sldns_buffer* pkt_buf;
1079 struct doq_conn* current_conn;
1081 uint8_t event_has_write;
1083 int have_blocked_pkt;
1087 struct sldns_buffer* blocked_pkt;
1090 struct ngtcp2_pkt_info blocked_pkt_pi;
1093 struct doq_pkt_addr* blocked_paddr;
1095 struct comm_timer* timer;
1097 struct timeval marked_time;
1099 time_t* now_tt;
1101 struct timeval* now_tv;
1103 struct config_file* cfg;