/external/tcpdump/ |
D | print-lmp.c | 368 int hexdump; in lmp_print() local 442 hexdump=FALSE; in lmp_print() 456 hexdump=TRUE; in lmp_print() 484 hexdump=TRUE; in lmp_print() 501 hexdump=TRUE; in lmp_print() 515 hexdump=TRUE; in lmp_print() 528 hexdump=TRUE; in lmp_print() 541 hexdump=TRUE; in lmp_print() 566 hexdump=TRUE; in lmp_print() 588 while (total_subobj_len > 0 && hexdump == FALSE ) { in lmp_print() [all …]
|
D | print-rsvp.c | 627 int hexdump,processed,padbytes,error_code,error_value,i; in rsvp_obj_print() local 685 hexdump=FALSE; in rsvp_obj_print() 745 hexdump=TRUE; in rsvp_obj_print() 772 hexdump=TRUE; in rsvp_obj_print() 799 hexdump=TRUE; in rsvp_obj_print() 837 hexdump=TRUE; in rsvp_obj_print() 856 hexdump=TRUE; in rsvp_obj_print() 895 hexdump=TRUE; in rsvp_obj_print() 972 hexdump=TRUE; in rsvp_obj_print() 1008 hexdump=TRUE; in rsvp_obj_print() [all …]
|
D | print-ldp.c | 504 int hexdump,processed; in ldp_msg_print() local 566 hexdump=FALSE; in ldp_msg_print() 602 if (vflag > 1 || hexdump==TRUE) in ldp_msg_print()
|
/external/openssl/crypto/evp/ |
D | evp_test.c | 63 static void hexdump(FILE *f,const char *title,const unsigned char *s,int l) in hexdump() function 148 hexdump(stdout,"Key",key,kn); in test1() 150 hexdump(stdout,"IV",iv,in); in test1() 151 hexdump(stdout,"Plaintext",plaintext,pn); in test1() 152 hexdump(stdout,"Ciphertext",ciphertext,cn); in test1() 194 hexdump(stderr,"Got",out,cn); in test1() 195 hexdump(stderr,"Expected",ciphertext,cn); in test1() 233 hexdump(stderr,"Got",out,pn); in test1() 234 hexdump(stderr,"Expected",plaintext,pn); in test1() 275 hexdump(stdout,"Plaintext",plaintext,pn); in test_digest() [all …]
|
/external/netcat/ |
D | Changelog | 23 inbound options hexdump finally works [forgot to preload "size" int] 99 hexdump in -- it's actually gonna be quite useful! 100 doc adds for hexdump; orig idea from dgaudet@wired 104 -e disables -o hexdump; avoid zero-length file turds
|
D | README | 903 The hexdump routine is written to be as fast as possible, which is why it does 908 as is. If both exec-a-prog mode and a hexdump file is asked for, the hexdump
|
/external/openssl/apps/ |
D | rsautl.c | 97 char hexdump = 0, asn1parse = 0; in MAIN() local 159 else if(!strcmp(*argv, "-hexdump")) hexdump = 1; in MAIN() 308 } else if(hexdump) BIO_dump(out, (char *)rsa_out, rsa_outlen); in MAIN()
|
D | pkeyutl.c | 96 char hexdump = 0, asn1parse = 0; in MAIN() local 190 hexdump = 1; in MAIN() 369 else if(hexdump) in MAIN()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-P2P | 180 supports service discovery) and P2P Service Query TLV(s) as hexdump. For 271 p2p_service_add bonjour <query hexdump> <RDATA hexdump> 288 p2p_service_add bonjour 000000 <32-byte bitfield as hexdump> 291 p2p_service_del bonjour <query hexdump>
|
D | README-WPS | 209 WPS-CRED-RECEIVED <hexdump of Credential attribute(s)>
|
/external/bluetooth/bluez/test/ |
D | l2test.c | 156 static void hexdump(unsigned char *s, unsigned long l) in hexdump() function 609 hexdump(buf, len); in dump_mode()
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | README-WPS | 187 WPS-CRED-RECEIVED <hexdump of Credential attribute(s)>
|
/external/wpa_supplicant_8/hostapd/ |
D | README-WPS | 286 WPS-NEW-AP-SETTINGS <hexdump of AP Setup attributes>
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Atari/ |
D | Atari.patches | 51 - hexdump of illegal characters -- this proved to be a useful debugging 799 X - hexdump of illegal characters -- this proved to be a useful debugging
|
/external/qemu/block/ |
D | vvfat.c | 1225 static void hexdump(const void* address, uint32_t len) in hexdump() function 2871 hexdump(NULL, 100); in checkpoint()
|
/external/ipsec-tools/ |
D | ChangeLog | 1063 racoonctl.c: Fix a conflict with the FreeBSD 8 system hexdump
|