/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
H A D | wps_attr_build.c | 143 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) argument 145 wpa_printf(MSG_DEBUG, "WPS: * Message Type (%d)", msg_type); 148 wpabuf_put_u8(msg, msg_type);
|
H A D | wps_i.h | 108 const u8 *msg_type; /* 1 octet */ member in struct:wps_parse_attr 207 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type);
|
/external/libnfc-nxp/src/ |
H A D | phHciNfc_Generic.c | 211 uint8_t msg_type, 831 uint8_t msg_type = 0; local 854 msg_type = (uint8_t) GET_BITS8( message->msg_header, 856 switch ( msg_type ) 1255 uint8_t msg_type, 1264 HCP_MSG_TYPE_LEN, msg_type); 1302 uint8_t msg_type, 1309 phHciNfc_Build_HCPMessage( hcp_packet,msg_type,instruction ); 1253 phHciNfc_Build_HCPMessage( phHciNfc_HCP_Packet_t *hcp_packet, uint8_t msg_type, uint8_t instruction ) argument 1298 phHciNfc_Build_HCPFrame( phHciNfc_HCP_Packet_t *hcp_packet, uint8_t chainbit, uint8_t pipe_id, uint8_t msg_type, uint8_t instruction ) argument
|
/external/tcpdump/ |
H A D | print-olsr.c | 92 u_int8_t msg_type; member in struct:olsr_msg 217 u_int msg_type, msg_len, msg_tlen, hello_len, prefix; local 254 msg_type = ptr.msg->msg_type; 258 if (msg_type == 0 || msg_len == 0) { 264 tok2str(olsr_msg_values, "Unknown", msg_type), 265 msg_type, ipaddr_string(ptr.msg->originator), 275 switch (msg_type) { 310 if (msg_type == OLSR_HELLO_MSG) { 332 if (msg_type [all...] |
H A D | print-ldp.c | 503 u_short pdu_len,msg_len,msg_type,msg_tlen; local 545 msg_type=LDP_MASK_MSG_TYPE(EXTRACT_16BITS(ldp_msg_header->type)); 551 msg_type), 552 msg_type, 568 switch(msg_type) {
|
H A D | print-lmp.c | 53 u_int8_t msg_type; member in struct:lmp_common_header 394 tok2str(lmp_msg_type_values, "unknown (%u)",lmp_com_header->msg_type), 405 tok2str(lmp_msg_type_values, "unknown, type: %u",lmp_com_header->msg_type),
|
H A D | print-lspping.c | 69 u_int8_t msg_type; member in struct:lspping_common_header 509 tok2str(lspping_msg_type_values, "unknown (%u)",lspping_com_header->msg_type), 521 tok2str(lspping_msg_type_values, "unknown",lspping_com_header->msg_type), 522 lspping_com_header->msg_type,
|
H A D | print-pptp.c | 95 u_int16_t msg_type; member in struct:pptp_hdr 970 TCHECK(hdr->msg_type); 972 switch(EXTRACT_16BITS(&hdr->msg_type)) {
|
H A D | print-rsvp.c | 54 u_int8_t msg_type; member in struct:rsvp_common_header 1675 tok2str(rsvp_msg_type_values, "unknown (%u)",rsvp_com_header->msg_type), 1686 tok2str(rsvp_msg_type_values, "unknown, type: %u",rsvp_com_header->msg_type), 1687 rsvp_com_header->msg_type, 1702 switch(rsvp_com_header->msg_type) { 1722 tok2str(rsvp_msg_type_values, "unknown, type: %u",rsvp_com_header->msg_type), 1723 rsvp_com_header->msg_type,
|
/external/openssl/crypto/asn1/ |
H A D | asn_mime.c | 286 const char *msg_type=NULL; local 340 msg_type = "enveloped-data"; 344 msg_type = "signed-receipt"; 346 msg_type = "signed-data"; 348 msg_type = "certs-only"; 352 msg_type = "compressed-data"; 360 if (msg_type) 361 BIO_printf(bio, " smime-type=%s;", msg_type);
|
/external/wpa_supplicant/ |
H A D | radius_client.c | 49 RadiusType msg_type; member in struct:radius_msg_list 106 RadiusType msg_type, 117 if (msg_type == RADIUS_ACCT) { 140 int s, RadiusType msg_type) 153 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) 169 if (entry->msg_type == RADIUS_ACCT || 170 entry->msg_type == RADIUS_ACCT_INTERIM) { 196 radius_client_handle_send_error(radius, s, entry->msg_type); 246 if (entry->msg_type 105 radius_client_register(struct radius_client_data *radius, RadiusType msg_type, RadiusRxResult (*handler)(struct radius_msg *msg, struct radius_msg *req, u8 *shared_secret, size_t shared_secret_len, void *data), void *data) argument 139 radius_client_handle_send_error(struct radius_client_data *radius, int s, RadiusType msg_type) argument 351 radius_client_list_add(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, u8 *shared_secret, size_t shared_secret_len, const u8 *addr) argument 406 radius_client_list_del(struct radius_client_data *radius, RadiusType msg_type, const u8 *addr) argument 439 radius_client_send(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *addr) argument 505 RadiusType msg_type = (RadiusType) sock_ctx; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
H A D | radius_client.c | 50 RadiusType msg_type; member in struct:radius_msg_list 107 RadiusType msg_type, 118 if (msg_type == RADIUS_ACCT) { 141 int s, RadiusType msg_type) 154 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) 170 if (entry->msg_type == RADIUS_ACCT || 171 entry->msg_type == RADIUS_ACCT_INTERIM) { 197 radius_client_handle_send_error(radius, s, entry->msg_type); 247 if (entry->msg_type 106 radius_client_register(struct radius_client_data *radius, RadiusType msg_type, RadiusRxResult (*handler)(struct radius_msg *msg, struct radius_msg *req, const u8 *shared_secret, size_t shared_secret_len, void *data), void *data) argument 140 radius_client_handle_send_error(struct radius_client_data *radius, int s, RadiusType msg_type) argument 352 radius_client_list_add(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, u8 *shared_secret, size_t shared_secret_len, const u8 *addr) argument 407 radius_client_list_del(struct radius_client_data *radius, RadiusType msg_type, const u8 *addr) argument 440 radius_client_send(struct radius_client_data *radius, struct radius_msg *msg, RadiusType msg_type, const u8 *addr) argument 506 RadiusType msg_type = (RadiusType) sock_ctx; local [all...] |
/external/dbus/dbus/ |
H A D | dbus-message.c | 647 int spec_type, msg_type, i; local 659 msg_type = dbus_message_iter_get_arg_type (iter); 661 if (msg_type != spec_type) 667 _dbus_type_to_string (msg_type));
|
/external/chromium/net/third_party/nss/ssl/ |
H A D | sslimpl.h | 766 SSL3HandshakeType msg_type; member in struct:SSL3HandshakeStateStr
|