Searched defs:script_op (Results 1 – 2 of 2) sorted by relevance
284 struct script_op { struct285 uint32_t opcode;286 uint64_t arg0, arg1;287 const void *buf;288 size_t buf_len;289 int (*check_func)(struct helper *h);
131 struct script_op { struct132 uint32_t op;133 const void *arg0;134 size_t arg1;135 int (*check_func)(struct helper *h, struct helper_local *hl);136 const char *stream_name;137 uint64_t arg2;138 int (*qtf_packet_plain_cb)(struct helper *h, QUIC_PKT_HDR *hdr,140 int (*qtf_handshake_cb)(struct helper *h,142 int (*qtf_datagram_cb)(struct helper *h,