/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 305 if event.msg_type in self.events: 314 if event.msg_type in (NOTE_ON, NOTE_OFF): 324 …if event.msg_type in (NOTE_ON, NOTE_OFF, POLY_KEY_PRESSURE, CONTROL_CHANGE, CHANNEL_PRESSURE, PITC… 335 def ReadFromStream (stream, seq, ticks, msg_type): argument 336 if msg_type == SYSEX: 337 return SysExEvent.ReadFromStream(stream, seq, ticks, msg_type) 338 elif msg_type == END_SYSEX: 339 return SysExContEvent.ReadFromStream(stream, seq, ticks, msg_type) 340 elif msg_type == META_EVENT: 341 return MetaEvent.ReadFromStream(stream, seq, ticks, msg_type) [all …]
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_client.c | 100 RadiusType msg_type; member 265 RadiusType msg_type, in radius_client_register() argument 276 if (msg_type == RADIUS_ACCT) { in radius_client_register() 299 int s, RadiusType msg_type) in radius_client_handle_send_error() argument 312 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) in radius_client_handle_send_error() 329 if (entry->msg_type == RADIUS_ACCT || in radius_client_retransmit() 330 entry->msg_type == RADIUS_ACCT_INTERIM) { in radius_client_retransmit() 357 radius_client_handle_send_error(radius, s, entry->msg_type); in radius_client_retransmit() 407 if (entry->msg_type == RADIUS_ACCT || in radius_client_timer() 408 entry->msg_type == RADIUS_ACCT_INTERIM) in radius_client_timer() [all …]
|
D | radius_client.h | 238 RadiusType msg_type, 246 RadiusType msg_type, const u8 *addr);
|
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
D | radius_client.c | 50 RadiusType msg_type; member 107 RadiusType msg_type, in radius_client_register() argument 118 if (msg_type == RADIUS_ACCT) { in radius_client_register() 141 int s, RadiusType msg_type) in radius_client_handle_send_error() argument 154 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) in radius_client_handle_send_error() 170 if (entry->msg_type == RADIUS_ACCT || in radius_client_retransmit() 171 entry->msg_type == RADIUS_ACCT_INTERIM) { in radius_client_retransmit() 197 radius_client_handle_send_error(radius, s, entry->msg_type); in radius_client_retransmit() 247 if (entry->msg_type == RADIUS_ACCT || in radius_client_timer() 248 entry->msg_type == RADIUS_ACCT_INTERIM) in radius_client_timer() [all …]
|
D | radius_client.h | 85 RadiusType msg_type, 93 RadiusType msg_type, const u8 *addr);
|
/external/tcpdump/ |
D | print-olsr.c | 92 u_int8_t msg_type; member 217 u_int msg_type, msg_len, msg_tlen, hello_len, prefix; in olsr_print() local 254 msg_type = ptr.msg->msg_type; in olsr_print() 258 if (msg_type == 0 || msg_len == 0) { in olsr_print() 264 tok2str(olsr_msg_values, "Unknown", msg_type), in olsr_print() 265 msg_type, ipaddr_string(ptr.msg->originator), in olsr_print() 275 switch (msg_type) { in olsr_print() 310 if (msg_type == OLSR_HELLO_MSG) { in olsr_print() 332 if (msg_type == OLSR_TC_MSG) { in olsr_print()
|
D | print-ldp.c | 503 u_short pdu_len,msg_len,msg_type,msg_tlen; in ldp_msg_print() local 545 msg_type=LDP_MASK_MSG_TYPE(EXTRACT_16BITS(ldp_msg_header->type)); in ldp_msg_print() 551 msg_type), in ldp_msg_print() 552 msg_type, in ldp_msg_print() 568 switch(msg_type) { in ldp_msg_print()
|
D | print-lspping.c | 69 u_int8_t msg_type; member 509 tok2str(lspping_msg_type_values, "unknown (%u)",lspping_com_header->msg_type), in lspping_print() 521 tok2str(lspping_msg_type_values, "unknown",lspping_com_header->msg_type), in lspping_print() 522 lspping_com_header->msg_type, in lspping_print()
|
D | print-rsvp.c | 54 u_int8_t msg_type; member 1675 tok2str(rsvp_msg_type_values, "unknown (%u)",rsvp_com_header->msg_type), in rsvp_print() 1686 tok2str(rsvp_msg_type_values, "unknown, type: %u",rsvp_com_header->msg_type), in rsvp_print() 1687 rsvp_com_header->msg_type, in rsvp_print() 1702 switch(rsvp_com_header->msg_type) { in rsvp_print() 1722 tok2str(rsvp_msg_type_values, "unknown, type: %u",rsvp_com_header->msg_type), in rsvp_print() 1723 rsvp_com_header->msg_type, in rsvp_print()
|
D | print-lmp.c | 53 u_int8_t msg_type; member 394 tok2str(lmp_msg_type_values, "unknown (%u)",lmp_com_header->msg_type), in lmp_print() 405 tok2str(lmp_msg_type_values, "unknown, type: %u",lmp_com_header->msg_type), in lmp_print()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_validate.c | 543 static int wps_validate_msg_type(const u8 *msg_type, int mandatory) in wps_validate_msg_type() argument 545 if (msg_type == NULL) { in wps_validate_msg_type() 553 if (*msg_type < WPS_Beacon || *msg_type > WPS_WSC_DONE) { in wps_validate_msg_type() 555 "attribute value 0x%x", *msg_type); in wps_validate_msg_type() 1300 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m1() 1356 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2() 1411 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m2d() 1463 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m3() 1499 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m4() 1568 wps_validate_msg_type(attr.msg_type, 1) || in wps_validate_m5() [all …]
|
D | wps_enrollee.c | 1157 if (attr.msg_type == NULL) { in wps_process_wsc_msg() 1163 switch (*attr.msg_type) { in wps_process_wsc_msg() 1200 *attr.msg_type); in wps_process_wsc_msg() 1211 if (ret == WPS_CONTINUE && *attr.msg_type != WPS_M2D) { in wps_process_wsc_msg() 1232 if (attr.msg_type == NULL) { in wps_process_wsc_ack() 1237 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack() 1239 *attr.msg_type); in wps_process_wsc_ack() 1279 if (attr.msg_type == NULL) { in wps_process_wsc_nack() 1284 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack() 1286 *attr.msg_type); in wps_process_wsc_nack() [all …]
|
D | wps_upnp.h | 31 enum wps_msg_type msg_type);
|
D | wps_attr_build.c | 220 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) in wps_build_msg_type() argument 222 wpa_printf(MSG_DEBUG, "WPS: * Message Type (%d)", msg_type); in wps_build_msg_type() 225 wpabuf_put_u8(msg, msg_type); in wps_build_msg_type()
|
D | wps_registrar.c | 2743 if (attr.msg_type == NULL) { in wps_process_wsc_msg() 2749 if (*attr.msg_type != WPS_M1 && in wps_process_wsc_msg() 2757 switch (*attr.msg_type) { in wps_process_wsc_msg() 2800 *attr.msg_type); in wps_process_wsc_msg() 2825 if (attr.msg_type == NULL) { in wps_process_wsc_ack() 2830 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack() 2832 *attr.msg_type); in wps_process_wsc_ack() 2897 if (attr.msg_type == NULL) { in wps_process_wsc_nack() 2902 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack() 2904 *attr.msg_type); in wps_process_wsc_nack() [all …]
|
D | wps_i.h | 124 const u8 *msg_type; /* 1 octet */ member 251 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type);
|
D | wps_er.c | 762 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1; in wps_er_add_sta_data() 1107 if (attr.msg_type && *attr.msg_type == WPS_M1) in wps_er_process_wlanevent_eap() 1111 if (attr.msg_type) { in wps_er_process_wlanevent_eap() 1112 switch (*attr.msg_type) { in wps_er_process_wlanevent_eap() 1718 if (wps_parse_msg(msg, &attr) == 0 && attr.msg_type) { in wps_er_ap_process() 1719 switch (*attr.msg_type) { in wps_er_ap_process()
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_enrollee.c | 997 if (attr.msg_type == NULL) { in wps_process_wsc_msg() 1002 switch (*attr.msg_type) { in wps_process_wsc_msg() 1026 *attr.msg_type); in wps_process_wsc_msg() 1037 if (ret == WPS_CONTINUE && *attr.msg_type != WPS_M2D) { in wps_process_wsc_msg() 1064 if (attr.msg_type == NULL) { in wps_process_wsc_ack() 1069 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack() 1071 *attr.msg_type); in wps_process_wsc_ack() 1116 if (attr.msg_type == NULL) { in wps_process_wsc_nack() 1121 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack() 1123 *attr.msg_type); in wps_process_wsc_nack() [all …]
|
D | wps_attr_build.c | 143 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) in wps_build_msg_type() argument 145 wpa_printf(MSG_DEBUG, "WPS: * Message Type (%d)", msg_type); in wps_build_msg_type() 148 wpabuf_put_u8(msg, msg_type); in wps_build_msg_type()
|
D | wps_registrar.c | 2180 if (attr.msg_type == NULL) { in wps_process_wsc_msg() 2185 if (*attr.msg_type != WPS_M1 && in wps_process_wsc_msg() 2193 switch (*attr.msg_type) { in wps_process_wsc_msg() 2225 *attr.msg_type); in wps_process_wsc_msg() 2256 if (attr.msg_type == NULL) { in wps_process_wsc_ack() 2261 if (*attr.msg_type != WPS_WSC_ACK) { in wps_process_wsc_ack() 2263 *attr.msg_type); in wps_process_wsc_ack() 2333 if (attr.msg_type == NULL) { in wps_process_wsc_nack() 2338 if (*attr.msg_type != WPS_WSC_NACK) { in wps_process_wsc_nack() 2340 *attr.msg_type); in wps_process_wsc_nack() [all …]
|
D | wps_i.h | 108 const u8 *msg_type; /* 1 octet */ member 207 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type);
|
D | wps_upnp.h | 44 enum wps_msg_type msg_type);
|
/external/openssl/crypto/asn1/ |
D | asn_mime.c | 286 const char *msg_type=NULL; in SMIME_write_ASN1() local 340 msg_type = "enveloped-data"; in SMIME_write_ASN1() 344 msg_type = "signed-receipt"; in SMIME_write_ASN1() 346 msg_type = "signed-data"; in SMIME_write_ASN1() 348 msg_type = "certs-only"; in SMIME_write_ASN1() 352 msg_type = "compressed-data"; in SMIME_write_ASN1() 360 if (msg_type) in SMIME_write_ASN1() 361 BIO_printf(bio, " smime-type=%s;", msg_type); in SMIME_write_ASN1()
|
/external/libnfc-nxp/src/ |
D | phHciNfc_Generic.c | 211 uint8_t msg_type, 831 uint8_t msg_type = 0; in phHciNfc_Process_HCP() local 854 msg_type = (uint8_t) GET_BITS8( message->msg_header, in phHciNfc_Process_HCP() 856 switch ( msg_type ) in phHciNfc_Process_HCP() 1255 uint8_t msg_type, in phHciNfc_Build_HCPMessage() argument 1264 HCP_MSG_TYPE_LEN, msg_type); in phHciNfc_Build_HCPMessage() 1302 uint8_t msg_type, in phHciNfc_Build_HCPFrame() argument 1309 phHciNfc_Build_HCPMessage( hcp_packet,msg_type,instruction ); in phHciNfc_Build_HCPFrame()
|
/external/qemu/android/ |
D | sdk-controller-socket.h | 180 int msg_type,
|