/external/chromium/chrome/browser/sessions/ |
session_command.h | 29 typedef uint8 id_type; typedef in class:SessionCommand 35 SessionCommand(id_type id, size_type size); 39 SessionCommand(id_type id, const Pickle& pickle); 46 id_type id() const { return id_; } 62 const id_type id_;
|
session_id.h | 20 typedef int32 id_type; typedef in class:SessionID 26 id_type id() const { return id_; } 33 explicit SessionID(id_type id) : id_(id) {} 36 void set_id(id_type id) { id_ = id; } 38 id_type id_;
|
session_backend.h | 35 typedef SessionCommand::id_type id_type; typedef in class:SessionBackend
|
session_backend.cc | 40 typedef SessionCommand::id_type id_type; typedef in class:__anon2939::SessionFileReader 148 const id_type command_id = buffer_[buffer_position_]; 152 new SessionCommand(command_id, command_size - sizeof(id_type)); 153 if (command_size > sizeof(id_type)) { 155 &(buffer_[buffer_position_ + sizeof(id_type)]), 156 command_size - sizeof(id_type)); 317 const size_type total_size = content_size + sizeof(id_type); 328 id_type command_id = (*i)->id();
|
/external/ipsec-tools/src/racoon/ |
admin.h | 121 int id_type; member in struct:admin_com_psk
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
ikev2.c | 499 u8 id_type; local 511 id_type = idi[0]; 515 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type); 523 data->IDi_type = id_type; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
ikev2.c | 521 u8 id_type; local 533 id_type = idr[0]; 537 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type); 540 if (id_type != data->IDr_type || idr_len != data->IDr_len || 545 id_type); 557 data->IDr_type = id_type;
|
/external/wpa_supplicant_8/src/eap_peer/ |
ikev2.c | 500 u8 id_type; local 512 id_type = idi[0]; 516 wpa_printf(MSG_DEBUG, "IKEV2: IDi ID Type %d", id_type); 524 data->IDi_type = id_type; [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
ikev2.c | 522 u8 id_type; local 534 id_type = idr[0]; 538 wpa_printf(MSG_DEBUG, "IKEV2: IDr ID Type %d", id_type); 541 if (id_type != data->IDr_type || idr_len != data->IDr_len || 546 id_type); 558 data->IDr_type = id_type;
|
/external/tcpdump/ |
isakmp.h | 240 u_int8_t id_type; /* ID Type */ member in union:isakmp_pl_id::__anon11437
|
/external/elfutils/src/ |
ld.h | 595 enum id_type enum in union:id_list::__anon5483 600 } id_type; member in union:id_list::__anon5483
|