/external/libnfc-nxp/src/ |
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 ) [all...] |
/external/tcpdump/ |
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 == OLSR_TC_MSG) [all...] |
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) {
|
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),
|
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, [all...] |
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)) {
|
print-rsvp.c | 54 u_int8_t msg_type; member in struct:rsvp_common_header [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
rpc_msg.h | 58 enum msg_type { enum 155 enum msg_type rm_direction;
|
/external/dbus/bus/ |
driver.c | 829 int msg_type; local 844 msg_type = dbus_message_iter_get_arg_type (&iter); 846 _dbus_assert (msg_type == DBUS_TYPE_ARRAY); [all...] |
/external/openssl/crypto/asn1/ |
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/ |
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 == RADIUS_ACCT | 505 RadiusType msg_type = (RadiusType) sock_ctx; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
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 == RADIUS_ACCT | 506 RadiusType msg_type = (RadiusType) sock_ctx; local [all...] |
/external/wpa_supplicant_8/src/radius/ |
radius_client.c | 104 * msg_type - Message type 106 RadiusType msg_type; member in struct:radius_msg_list 257 * @msg_type: RADIUS client type (RADIUS_AUTH or RADIUS_ACCT) 271 RadiusType msg_type, 282 if (msg_type == RADIUS_ACCT) { 305 int s, RadiusType msg_type) 318 if (msg_type == RADIUS_ACCT || msg_type == RADIUS_ACCT_INTERIM) 335 if (entry->msg_type == RADIUS_ACCT || 336 entry->msg_type == RADIUS_ACCT_INTERIM) 695 RadiusType msg_type = (RadiusType) sock_ctx; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
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/wpa_supplicant_8/src/wps/ |
wps_i.h | 130 const u8 *msg_type; /* 1 octet */ member in struct:wps_parse_attr 257 int wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type);
|
/external/dbus/dbus/ |
dbus-message.c | 727 int spec_type, msg_type, i; local 739 msg_type = dbus_message_iter_get_arg_type (iter); 741 if (msg_type != spec_type) 747 _dbus_type_to_string (msg_type)); [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
i2o-dev.h | 235 __u8 msg_type; member in struct:_i2o_status_block
|