Home
last modified time | relevance | path

Searched refs:msg_type (Results 76 – 100 of 4220) sorted by relevance

12345678910>>...169

/dports/games/pioneers/pioneers-15.6/common/
H A Dlog.c51 void log_message_string_console(gint msg_type, const gchar * text) in log_message_string_console() argument
55 switch (msg_type) { in log_message_string_console()
204 const gchar * joining_text, gint msg_type, in log_message_chat() argument
209 debug("[%s] %s", debug_type(msg_type), chat); in log_message_chat()
212 driver->log_write(msg_type, chat); in log_message_chat()
213 driver->log_write(msg_type, "\n"); in log_message_chat()
215 log_message(msg_type, "%s%s%s\n", player_name, in log_message_chat()
220 void log_message(gint msg_type, const gchar * fmt, ...) in log_message() argument
232 debug("[%s] %s", debug_type(msg_type), text); in log_message()
242 driver->log_write(msg_type, text); in log_message()
[all …]
/dports/net/arataga/so5extra-v.1.4.1/dev/so_5_extra/mboxes/
H A Dproxy.hpp235 const std::type_index & msg_type, in do_deliver_message() argument
240 msg_type, in do_deliver_message()
247 const std::type_index & msg_type, in set_delivery_filter() argument
252 msg_type, in set_delivery_filter()
259 const std::type_index & msg_type, in drop_delivery_filter() argument
263 msg_type, in drop_delivery_filter()
276 const std::type_index & msg_type, in do_deliver_message_from_timer() argument
281 msg_type, in do_deliver_message_from_timer()
/dports/net/ryu/ryu-4.26/ryu/ofproto/
H A Dofproto_parser.py55 def msg(datapath, version, msg_type, msg_len, xid, buf): argument
75 version, msg_type, msg_len, xid, utils.hex_array(buf))
210 self.msg_type = None
215 def set_headers(self, version, msg_type, msg_len, xid): argument
216 assert msg_type == self.cls_msg_type
219 self.msg_type = msg_type
234 (hexify(self.version), hexify(self.msg_type),
239 def parser(cls, datapath, version, msg_type, msg_len, xid, buf): argument
241 msg_.set_headers(version, msg_type, msg_len, xid)
247 self.msg_type = self.cls_msg_type
[all …]
/dports/comms/rtl-433/rtl_433-21.12/src/devices/
H A Dambientweather_wh31e.c178 int msg_type; in ambientweather_whx_decode() local
199 msg_type = b[0]; in ambientweather_whx_decode()
201 if (msg_type == wh31e_type_code || msg_type == wh31b_type_code) { in ambientweather_whx_decode()
205 fprintf(stderr, "%s: WH31E/WH31B (%d) bad CRC\n", __func__, msg_type); in ambientweather_whx_decode()
211 fprintf(stderr, "%s: WH31E/WH31B (%d) bad SUM\n", __func__, msg_type); in ambientweather_whx_decode()
225 …"model", "", DATA_COND, msg_type == 0x30, DATA_STRING, "AmbientWeather-WH31… in ambientweather_whx_decode()
226 …"model", "", DATA_COND, msg_type == 0x37, DATA_STRING, "AmbientWeather-WH31… in ambientweather_whx_decode()
240 else if (msg_type == 0x52) { in ambientweather_whx_decode()
281 else if (msg_type == 0x40) { in ambientweather_whx_decode()
317 else if (msg_type == 0x68) { in ambientweather_whx_decode()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Dupdate_config.c49 static int _slurm_update (void * data, slurm_msg_type_t msg_type);
96 req_msg.msg_type = REQUEST_UPDATE_JOB; in slurm_update_job2()
104 switch (resp_msg.msg_type) { in slurm_update_job2()
228 req_msg.msg_type = REQUEST_CREATE_RESERVATION; in slurm_create_reservation()
235 switch (resp_msg.msg_type) { in slurm_create_reservation()
248 slurm_free_msg_data(resp_msg.msg_type, resp_msg.data); in slurm_create_reservation()
299 req_msg.msg_type = REQUEST_TOP_JOB; in slurm_top_job()
312 _slurm_update (void *data, slurm_msg_type_t msg_type) in _slurm_update() argument
318 req_msg.msg_type = msg_type; in _slurm_update()
/dports/net/samba412/samba-4.12.15/source3/lib/
H A Dmessages.c72 uint32_t msg_type; in init_lsa_ref_domain_list()
122 uint32_t msg_type,
168 .msg_version = MESSAGE_VERSION, .msg_type = msg_type,
738 if (cb->msg_type == msg_type && private_data == cb->private_data) {
751 cb->msg_type = msg_type;
769 if ((cb->msg_type == msg_type)
907 int msg_type;
936 .msg_ctx = msg_ctx, .msg_type = msg_type,
1191 state->msg_type = msg_type;
1212 return rec->msg_type == state->msg_type;
[all …]
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dopenflow.py48 (version, msg_type, msg_len, xid) = ofproto_parser.header(buf)
53 None, version, msg_type, msg_len, xid,
60 msg = msg_parser(datapath, version, msg_type, msg_len, xid,
64 datapath, version, msg_type, msg_len, xid,
100 def __init__(self, datapath, version, msg_type, msg_len, xid, body): argument
103 self.msg_type = msg_type
112 self.version, self.msg_type, self.msg_len, self.xid)
/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/
H A DDTLSReassembler.java10 private short msg_type; field in DTLSReassembler
15 DTLSReassembler(short msg_type, int length) in DTLSReassembler() argument
17 this.msg_type = msg_type; in DTLSReassembler()
24 return msg_type; in getMsgType()
32 void contributeFragment(short msg_type, int length, byte[] buf, int off, int fragment_offset, in contributeFragment() argument
37 if (this.msg_type != msg_type || this.body.length != length || fragment_end > length) in contributeFragment()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/impl/
H A Dsubscription_storage_iface.hpp94 std::type_index msg_type, in subscr_info_t()
100 , m_msg_type( std::move( msg_type ) ) in subscr_info_t()
123 std::type_index msg_type, in make_subscription_description() argument
128 << "', msg_type:'" << msg_type.name() << "', state:'" in make_subscription_description()
162 const std::type_index & msg_type,
172 const std::type_index & msg_type,
178 const std::type_index & msg_type ) = 0;
183 const std::type_index & msg_type,
H A Dsubscr_storage_adaptive.cpp68 const std::type_index & msg_type,
74 const std::type_index & msg_type ) override;
79 const std::type_index & msg_type,
126 const std::type_index & msg_type, in create_event_subscription() argument
150 msg_type, in create_event_subscription()
161 const std::type_index & msg_type, in drop_subscription() argument
164 m_current_storage->drop_subscription( mbox, msg_type, target_state ); in drop_subscription()
172 const std::type_index & msg_type ) in drop_subscription_for_all_states() argument
174 m_current_storage->drop_subscription_for_all_states( mbox, msg_type ); in drop_subscription_for_all_states()
182 const std::type_index & msg_type, in find_handler() argument
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/patman/
H A Dcheckpatch.py125 def GetWarningMsg(col, msg_type, fname, line, msg): argument
134 if msg_type == 'warning':
135 msg_type = col.Color(col.YELLOW, msg_type)
136 elif msg_type == 'error':
137 msg_type = col.Color(col.RED, msg_type)
138 elif msg_type == 'check':
139 msg_type = col.Color(col.MAGENTA, msg_type)
140 return '%s:%d: %s: %s\n' % (fname, line, msg_type, msg)
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/patman/
H A Dcheckpatch.py125 def GetWarningMsg(col, msg_type, fname, line, msg): argument
134 if msg_type == 'warning':
135 msg_type = col.Color(col.YELLOW, msg_type)
136 elif msg_type == 'error':
137 msg_type = col.Color(col.RED, msg_type)
138 elif msg_type == 'check':
139 msg_type = col.Color(col.MAGENTA, msg_type)
140 return '%s:%d: %s: %s\n' % (fname, line, msg_type, msg)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/tools/patman/
H A Dcheckpatch.py125 def GetWarningMsg(col, msg_type, fname, line, msg): argument
134 if msg_type == 'warning':
135 msg_type = col.Color(col.YELLOW, msg_type)
136 elif msg_type == 'error':
137 msg_type = col.Color(col.RED, msg_type)
138 elif msg_type == 'check':
139 msg_type = col.Color(col.MAGENTA, msg_type)
140 return '%s:%d: %s: %s\n' % (fname, line, msg_type, msg)
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/tools/patman/
H A Dcheckpatch.py125 def GetWarningMsg(col, msg_type, fname, line, msg): argument
134 if msg_type == 'warning':
135 msg_type = col.Color(col.YELLOW, msg_type)
136 elif msg_type == 'error':
137 msg_type = col.Color(col.RED, msg_type)
138 elif msg_type == 'check':
139 msg_type = col.Color(col.MAGENTA, msg_type)
140 return '%s:%d: %s: %s\n' % (fname, line, msg_type, msg)
/dports/sysutils/u-boot-utilite/u-boot-2015.07/tools/patman/
H A Dcheckpatch.py125 def GetWarningMsg(col, msg_type, fname, line, msg): argument
134 if msg_type == 'warning':
135 msg_type = col.Color(col.YELLOW, msg_type)
136 elif msg_type == 'error':
137 msg_type = col.Color(col.RED, msg_type)
138 elif msg_type == 'check':
139 msg_type = col.Color(col.MAGENTA, msg_type)
140 return '%s: %s,%d: %s' % (msg_type, fname, line, msg)
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/tools/patman/
H A Dcheckpatch.py125 def GetWarningMsg(col, msg_type, fname, line, msg): argument
134 if msg_type == 'warning':
135 msg_type = col.Color(col.YELLOW, msg_type)
136 elif msg_type == 'error':
137 msg_type = col.Color(col.RED, msg_type)
138 elif msg_type == 'check':
139 msg_type = col.Color(col.MAGENTA, msg_type)
140 return '%s:%d: %s: %s\n' % (fname, line, msg_type, msg)
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/utils/
H A Dsc_report.h202 #define SC_REPORT_INFO( msg_type, msg ) \ argument
204 ::sc_core::SC_INFO, msg_type, msg, __FILE__, __LINE__ )
206 #define SC_REPORT_INFO_VERB( msg_type, msg, verbosity ) \ argument
208 ::sc_core::SC_INFO, msg_type, msg, verbosity, \
211 #define SC_REPORT_WARNING( msg_type, msg ) \ argument
213 ::sc_core::SC_WARNING, msg_type, msg, __FILE__, __LINE__ )
215 #define SC_REPORT_ERROR( msg_type, msg ) \ argument
217 ::sc_core::SC_ERROR, msg_type, msg, __FILE__, __LINE__ )
219 #define SC_REPORT_FATAL( msg_type, msg ) \ argument
221 ::sc_core::SC_FATAL, msg_type, msg, __FILE__, __LINE__ )
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/posix/
H A Dpvfs_wait.c36 int msg_type; member
59 static void pvfs_wait_dispatch(struct messaging_context *msg, void *private, uint32_t msg_type, in pvfs_wait_dispatch() argument
107 if (pwait->msg_type != -1) { in pvfs_wait_destructor()
108 messaging_deregister(pwait->msg_ctx, pwait->msg_type, pwait); in pvfs_wait_destructor()
126 int msg_type, in pvfs_wait_message() argument
142 pwait->msg_type = msg_type; in pvfs_wait_message()
153 if (msg_type != -1) { in pvfs_wait_message()
156 msg_type, in pvfs_wait_message()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/slurmdbd/
H A Dslurmdbd_agent.c99 uint16_t msg_type = -1; in _unpack_return_code() local
112 switch (resp.msg_type) { in _unpack_return_code()
183 uint16_t msg_type; in _handle_mult_rc_ret() local
193 safe_unpack16(&msg_type, buffer); in _handle_mult_rc_ret()
194 switch (msg_type) { in _handle_mult_rc_ret()
445 uint16_t msg_type; in _save_dbd_state() local
509 uint16_t msg_type; in _purge_step_req() local
538 uint16_t msg_type; in _purge_job_start_req() local
691 uint16_t msg_type; in _print_agent_list_msg_type() local
1130 resp.msg_type); in send_slurmdbd_recv_rc_msg()
[all …]
/dports/net/pwnat/pwnat-5de412c/
H A Dclient.c167 uint16_t *id, uint8_t *msg_type, uint16_t *len) in client_recv_udp_msg() argument
173 id, msg_type, len); in client_recv_udp_msg()
189 uint8_t msg_type) in client_got_udp_data() argument
199 if((msg_type == MSG_TYPE_DATA0 && in client_got_udp_data()
201 || (msg_type == MSG_TYPE_DATA1 && in client_got_udp_data()
210 msg_type = (msg_type == MSG_TYPE_DATA0) ? MSG_TYPE_ACK0 : MSG_TYPE_ACK1; in client_got_udp_data()
278 uint8_t msg_type; in client_send_udp_data() local
291 msg_type = MSG_TYPE_DATA0; in client_send_udp_data()
296 msg_type = MSG_TYPE_DATA1; in client_send_udp_data()
303 ret = msg_send_msg(client->udp_sock, client->id, msg_type, in client_send_udp_data()
[all …]
/dports/security/libssh/libssh-0.9.6/tests/unittests/
H A Dtorture_packet_filter.c237 static int check_unfiltered(uint8_t msg_type) in check_unfiltered() argument
241 found = bsearch(&msg_type, unfiltered, sizeof(unfiltered)/sizeof(uint8_t), in check_unfiltered()
261 uint8_t msg_type; in torture_packet_filter_check_unfiltered() local
270 for (msg_type = 1; msg_type <= MESSAGE_COUNT; msg_type++) { in torture_packet_filter_check_unfiltered()
271 session->in_packet.type = msg_type; in torture_packet_filter_check_unfiltered()
289 in_unfiltered = check_unfiltered(msg_type); in torture_packet_filter_check_unfiltered()
299 in_unfiltered = check_unfiltered(msg_type); in torture_packet_filter_check_unfiltered()
318 int accepted_count, uint8_t msg_type) in check_message_in_all_states() argument
339 session->in_packet.type = msg_type; in check_message_in_all_states()
369 msg_type, role_c, session_c, dh_c, auth_c); in check_message_in_all_states()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjnath/include/pjnath/
H A Dstun_msg.h121 #define PJ_STUN_GET_METHOD(msg_type) ((msg_type) & 0xFEEF) argument
154 #define PJ_STUN_IS_REQUEST(msg_type) (((msg_type) & 0x0110) == 0x0000) argument
160 #define PJ_STUN_IS_SUCCESS_RESPONSE(msg_type) (((msg_type) & 0x0110) == 0x0100) argument
171 #define PJ_STUN_IS_ERROR_RESPONSE(msg_type) (((msg_type) & 0x0110) == 0x0110) argument
181 #define PJ_STUN_IS_RESPONSE(msg_type) (((msg_type) & 0x0100) == 0x0100) argument
187 #define PJ_STUN_IS_INDICATION(msg_type) (((msg_type) & 0x0110) == 0x0010) argument
1228 PJ_DECL(const char*) pj_stun_get_method_name(unsigned msg_type);
1238 PJ_DECL(const char*) pj_stun_get_class_name(unsigned msg_type);
1284 unsigned msg_type,
1302 unsigned msg_type,
/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Dtls13_handshake_msg.c27 uint8_t msg_type; member
84 return msg->msg_type; in tls13_handshake_msg_type()
97 uint8_t msg_type) in tls13_handshake_msg_start() argument
101 if (!CBB_add_u8(&msg->cbb, msg_type)) in tls13_handshake_msg_start()
132 uint8_t msg_type; in tls13_handshake_msg_recv() local
140 if (msg->msg_type == 0) { in tls13_handshake_msg_recv()
148 if (!CBS_get_u8(&cbs, &msg_type)) in tls13_handshake_msg_recv()
157 msg->msg_type = msg_type; in tls13_handshake_msg_recv()
/dports/security/libressl/libressl-3.4.3/ssl/
H A Dtls13_handshake_msg.c26 uint8_t msg_type; member
83 return msg->msg_type; in tls13_handshake_msg_type()
96 uint8_t msg_type) in tls13_handshake_msg_start() argument
100 if (!CBB_add_u8(&msg->cbb, msg_type)) in tls13_handshake_msg_start()
131 uint8_t msg_type; in tls13_handshake_msg_recv() local
139 if (msg->msg_type == 0) { in tls13_handshake_msg_recv()
147 if (!CBS_get_u8(&cbs, &msg_type)) in tls13_handshake_msg_recv()
156 msg->msg_type = msg_type; in tls13_handshake_msg_recv()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/ssl/
H A Dtls13_handshake_msg.c27 uint8_t msg_type; member
84 return msg->msg_type; in tls13_handshake_msg_type()
97 uint8_t msg_type) in tls13_handshake_msg_start() argument
101 if (!CBB_add_u8(&msg->cbb, msg_type)) in tls13_handshake_msg_start()
132 uint8_t msg_type; in tls13_handshake_msg_recv() local
140 if (msg->msg_type == 0) { in tls13_handshake_msg_recv()
148 if (!CBS_get_u8(&cbs, &msg_type)) in tls13_handshake_msg_recv()
157 msg->msg_type = msg_type; in tls13_handshake_msg_recv()

12345678910>>...169