endl 28 examples/pcap2nbench/closerequest.cpp std::cerr << "Invalid Close Request" << std::endl; endl 40 examples/pcap2nbench/closerequest.cpp lhs << "Word Count: " << (uint16_t)rhs.word_count << std::endl endl 41 examples/pcap2nbench/closerequest.cpp << "Fid: " << rhs.fid << std::endl endl 42 examples/pcap2nbench/closerequest.cpp << "Last Write: " << rhs.last_write << std::endl endl 43 examples/pcap2nbench/closerequest.cpp << "Byte Count: " << rhs.byte_count << std::endl; endl 27 examples/pcap2nbench/ethernet.cpp std::cerr << "Invalid ethernet packet" << std::endl; endl 44 examples/pcap2nbench/ethernet.cpp lhs << std::endl; endl 53 examples/pcap2nbench/ethernet.cpp lhs << std::endl; endl 58 examples/pcap2nbench/ethernet.cpp lhs << buf << std::endl; endl 29 examples/pcap2nbench/ip.cpp std::cerr << "Invalid ip packet" << std::endl; endl 51 examples/pcap2nbench/ip.cpp lhs << "Version: " << (uint32_t)rhs.version << std::endl endl 52 examples/pcap2nbench/ip.cpp << "Header length: " << (uint32_t)rhs.header_length << std::endl endl 53 examples/pcap2nbench/ip.cpp << "Differentiated Services Field: " << (uint32_t)rhs.dsfield << std::endl endl 54 examples/pcap2nbench/ip.cpp << "Total Length: " << (uint32_t)rhs.total_length << std::endl endl 55 examples/pcap2nbench/ip.cpp << "Identification: " << (uint32_t)rhs.id << std::endl endl 56 examples/pcap2nbench/ip.cpp << "Flags: " << (uint32_t)rhs.flags << std::endl endl 57 examples/pcap2nbench/ip.cpp << "Fragment offset: " << (uint32_t)rhs.fragment_offset << std::endl endl 58 examples/pcap2nbench/ip.cpp << "TTL: " << (uint32_t)rhs.ttl << std::endl endl 59 examples/pcap2nbench/ip.cpp << "Protocol: " << (uint32_t)rhs.protocol << std::endl endl 60 examples/pcap2nbench/ip.cpp << "Checksum: " << (uint32_t)rhs.checksum << std::endl endl 61 examples/pcap2nbench/ip.cpp << "Source: " << inet_ntoa(*((in_addr *)&rhs.source)) << std::endl endl 62 examples/pcap2nbench/ip.cpp << "Destination: " << inet_ntoa(*((in_addr *)&rhs.destination)) << std::endl; endl 643 examples/pcap2nbench/main.cpp std::cout << "Usage: " << argv[0] << " [OPTIONS] FILE" << std::endl; endl 651 examples/pcap2nbench/main.cpp << std::endl; endl 701 examples/pcap2nbench/main.cpp << NT_STATUS(j->smb_hdr.nt_status) << std::endl; endl 712 examples/pcap2nbench/main.cpp << NT_STATUS(j->smb_hdr.nt_status) << std::endl; endl 723 examples/pcap2nbench/main.cpp << NT_STATUS(j->smb_hdr.nt_status) << std::endl; endl 729 examples/pcap2nbench/main.cpp << NT_STATUS(j->smb_hdr.nt_status) << std::endl; endl 28 examples/pcap2nbench/ntcreateandxrequest.cpp std::cerr << "Invalid NtCreateAndX Request" << std::endl; endl 54 examples/pcap2nbench/ntcreateandxrequest.cpp lhs << "Word Count: " << (uint16_t)rhs.word_count << std::endl endl 55 examples/pcap2nbench/ntcreateandxrequest.cpp << "AndXCommand: " << (uint16_t)rhs.and_x_command << std::endl endl 56 examples/pcap2nbench/ntcreateandxrequest.cpp << "Reserved: " << (uint16_t)rhs.reserved << std::endl endl 57 examples/pcap2nbench/ntcreateandxrequest.cpp << "AndXOffset: " << rhs.and_x_offset << std::endl endl 58 examples/pcap2nbench/ntcreateandxrequest.cpp << "Reserved: " << (uint16_t)rhs.reserved1 << std::endl endl 59 examples/pcap2nbench/ntcreateandxrequest.cpp << "File Name Len: " << rhs.file_name_len << std::endl endl 60 examples/pcap2nbench/ntcreateandxrequest.cpp << "Create Flags: " << rhs.create_flags << std::endl endl 61 examples/pcap2nbench/ntcreateandxrequest.cpp << "Root FID: " << rhs.root_fid << std::endl endl 62 examples/pcap2nbench/ntcreateandxrequest.cpp << "Access Mask: " << rhs.access_mask << std::endl endl 63 examples/pcap2nbench/ntcreateandxrequest.cpp << "Allocation Size: " << rhs.allocation_size << std::endl endl 64 examples/pcap2nbench/ntcreateandxrequest.cpp << "File Attributes: " << rhs.file_attributes << std::endl endl 65 examples/pcap2nbench/ntcreateandxrequest.cpp << "Share Access: " << rhs.share_access << std::endl endl 66 examples/pcap2nbench/ntcreateandxrequest.cpp << "Disposition: " << rhs.disposition << std::endl endl 67 examples/pcap2nbench/ntcreateandxrequest.cpp << "Create Options: " << rhs.create_options << std::endl endl 68 examples/pcap2nbench/ntcreateandxrequest.cpp << "Impersonation: " << rhs.impersonation << std::endl endl 69 examples/pcap2nbench/ntcreateandxrequest.cpp << "Security Flags: " << (uint16_t)rhs.security_flags << std::endl endl 70 examples/pcap2nbench/ntcreateandxrequest.cpp << "Byte Count: " << rhs.byte_count << std::endl endl 71 examples/pcap2nbench/ntcreateandxrequest.cpp << "File Name: " << rhs.file_name << std::endl; endl 28 examples/pcap2nbench/readandxrequest.cpp std::cerr << "Invalid ReadAndX Request" << std::endl; endl 47 examples/pcap2nbench/readandxrequest.cpp lhs << "Word Count: " << (uint16_t)rhs.word_count << std::endl endl 48 examples/pcap2nbench/readandxrequest.cpp << "AndXCommand: " << (uint16_t)rhs.and_x_command << std::endl endl 49 examples/pcap2nbench/readandxrequest.cpp << "Reserved: " << (uint16_t)rhs.reserved << std::endl endl 50 examples/pcap2nbench/readandxrequest.cpp << "AndX Offset: " << rhs.and_x_offset << std::endl endl 51 examples/pcap2nbench/readandxrequest.cpp << "Fid: " << rhs.fid << std::endl endl 52 examples/pcap2nbench/readandxrequest.cpp << "Offset: " << rhs.offset << std::endl endl 53 examples/pcap2nbench/readandxrequest.cpp << "Max Count Low: " << rhs.max_count_low << std::endl endl 54 examples/pcap2nbench/readandxrequest.cpp << "Min Count: " << rhs.min_count << std::endl endl 55 examples/pcap2nbench/readandxrequest.cpp << "Max Count High: " << rhs.max_count_high << std::endl endl 56 examples/pcap2nbench/readandxrequest.cpp << "Remaining: " << rhs.remaining << std::endl endl 57 examples/pcap2nbench/readandxrequest.cpp << "High Offset: " << rhs.high_offset << std::endl endl 58 examples/pcap2nbench/readandxrequest.cpp << "Byte Count: " << rhs.byte_count << std::endl; endl 58 examples/pcap2nbench/smb.cpp lhs << std::endl; endl 60 examples/pcap2nbench/smb.cpp lhs << "Command: " << (uint16_t)rhs.command << std::endl endl 61 examples/pcap2nbench/smb.cpp << "NT Status: " << rhs.nt_status << std::endl endl 62 examples/pcap2nbench/smb.cpp << "Flags: " << (uint16_t)rhs.flags << std::endl endl 63 examples/pcap2nbench/smb.cpp << "Flags2: " << rhs.flags2 << std::endl endl 64 examples/pcap2nbench/smb.cpp << "Pid Hi: " << rhs.pid_hi << std::endl endl 65 examples/pcap2nbench/smb.cpp << "Tid: " << rhs.tid << std::endl endl 66 examples/pcap2nbench/smb.cpp << "Pid: " << rhs.pid << std::endl endl 67 examples/pcap2nbench/smb.cpp << "Uid: " << rhs.uid << std::endl endl 68 examples/pcap2nbench/smb.cpp << "Mid: " << rhs.mid << std::endl; endl 28 examples/pcap2nbench/tcp.cpp std::cerr << "Invalid TCP header" << std::endl; endl 49 examples/pcap2nbench/tcp.cpp lhs << "Source Port: " << rhs.src_port << std::endl endl 50 examples/pcap2nbench/tcp.cpp << "Destination Port: " << rhs.dst_port << std::endl endl 51 examples/pcap2nbench/tcp.cpp << "Sequence Number: " << rhs.seq_number << std::endl endl 52 examples/pcap2nbench/tcp.cpp << "Ack Number: " << rhs.ack_number << std::endl endl 53 examples/pcap2nbench/tcp.cpp << "Length: " << (uint16_t)(rhs.length) << std::endl endl 54 examples/pcap2nbench/tcp.cpp << "Flags: " << rhs.flags << std::endl endl 55 examples/pcap2nbench/tcp.cpp << "Window Size: " << rhs.window_size << std::endl endl 56 examples/pcap2nbench/tcp.cpp << "Checksum: " << rhs.checksum << std::endl; endl 28 examples/pcap2nbench/writeandxrequest.cpp std::cerr << "Invalid WriteAndX Request" << std::endl; endl 50 examples/pcap2nbench/writeandxrequest.cpp lhs << "Word Count: " << (uint16_t)rhs.word_count << std::endl endl 51 examples/pcap2nbench/writeandxrequest.cpp << "AndXCommand: " << (uint16_t)rhs.and_x_command << std::endl endl 52 examples/pcap2nbench/writeandxrequest.cpp << "Reserved: " << (uint16_t)rhs.reserved << std::endl endl 53 examples/pcap2nbench/writeandxrequest.cpp << "AndX Offset: " << rhs.and_x_offset << std::endl endl 54 examples/pcap2nbench/writeandxrequest.cpp << "Fid: " << rhs.fid << std::endl endl 55 examples/pcap2nbench/writeandxrequest.cpp << "Offset: " << rhs.offset << std::endl endl 56 examples/pcap2nbench/writeandxrequest.cpp << "Reserved: " << rhs.reserved1 << std::endl endl 57 examples/pcap2nbench/writeandxrequest.cpp << "Write Mode: " << rhs.write_mode << std::endl endl 58 examples/pcap2nbench/writeandxrequest.cpp << "Remaining: " << rhs.remaining << std::endl endl 59 examples/pcap2nbench/writeandxrequest.cpp << "Data Length Hi: " << rhs.data_length_hi << std::endl endl 60 examples/pcap2nbench/writeandxrequest.cpp << "Data Length Lo: " << rhs.data_length_lo << std::endl endl 61 examples/pcap2nbench/writeandxrequest.cpp << "Data Offset: " << rhs.data_offset << std::endl endl 62 examples/pcap2nbench/writeandxrequest.cpp << "High Offset: " << rhs.high_offset << std::endl endl 63 examples/pcap2nbench/writeandxrequest.cpp << "Byte Count: " << rhs.byte_count << std::endl; endl 12 lib/zlib/contrib/iostream/test.cpp os << "Hello, Mommy" << endl; endl 15 lib/zlib/contrib/iostream/test.cpp os << "hello, hello, hi, ho!" << endl; endl 18 lib/zlib/contrib/iostream/test.cpp << "I'm compressing again" << endl; endl 17 lib/zlib/contrib/iostream2/zstream_test.cpp cout << x << endl << y << endl << z << endl; endl 20 lib/zlib/contrib/iostream2/zstream_test.cpp out << setw(50) << setfill('#') << setprecision(20) << x << endl << y << endl << z << endl; endl 21 lib/zlib/contrib/iostream2/zstream_test.cpp out << z << endl << y << endl << x << endl; endl 22 lib/zlib/contrib/iostream2/zstream_test.cpp out << 1.1234567890123456789 << endl; endl 19 lib/zlib/contrib/iostream3/test.cc << 1.3 << "\nPlan " << 9 << std::endl; endl 23 lib/zlib/contrib/iostream3/test.cc << 1.3 << "\nPlan " << 9 << std::endl; endl 36 lib/zlib/contrib/iostream3/test.cc << 1.3 << "\nPlan " << 9 << std::endl;