Searched defs:script_op (Results 1 – 2 of 2) sorted by relevance
262 struct script_op { struct263 uint32_t opcode;264 uint64_t arg0, arg1;265 const void *buf;266 size_t buf_len;267 int (*check_func)(struct helper *h);
121 struct script_op { struct122 uint32_t op;123 const void *arg0;124 size_t arg1;125 int (*check_func)(struct helper *h, struct helper_local *hl);126 const char *stream_name;127 uint64_t arg2;128 int (*qtf_packet_plain_cb)(struct helper *h, QUIC_PKT_HDR *hdr,130 int (*qtf_handshake_cb)(struct helper *h,132 int (*qtf_datagram_cb)(struct helper *h,
Completed in 23 milliseconds