rhs                38 examples/pcap2nbench/closerequest.cpp std::ostream &operator<<(std::ostream &lhs, const CloseRequest &rhs)
rhs                40 examples/pcap2nbench/closerequest.cpp   lhs << "Word Count: " << (uint16_t)rhs.word_count << std::endl
rhs                41 examples/pcap2nbench/closerequest.cpp       << "Fid: " << rhs.fid << std::endl
rhs                42 examples/pcap2nbench/closerequest.cpp       << "Last Write: " << rhs.last_write << std::endl
rhs                43 examples/pcap2nbench/closerequest.cpp       << "Byte Count: " << rhs.byte_count << std::endl;
rhs                41 examples/pcap2nbench/closerequest.hpp std::ostream &operator<<(std::ostream &lhs, const CloseRequest &rhs);
rhs                35 examples/pcap2nbench/ethernet.cpp std::ostream &operator<<(std::ostream &lhs, const ethernet &rhs)
rhs                40 examples/pcap2nbench/ethernet.cpp     sprintf(buf, "%.2x", rhs.dst[i]);
rhs                49 examples/pcap2nbench/ethernet.cpp     sprintf(buf, "%.2x", rhs.src[i]);
rhs                57 examples/pcap2nbench/ethernet.cpp   sprintf(buf, "%.4x", rhs.type);
rhs                34 examples/pcap2nbench/ethernet.hpp std::ostream &operator<<(std::ostream &lhs, const ethernet &rhs);
rhs                49 examples/pcap2nbench/ip.cpp std::ostream &operator<<(std::ostream &lhs, const ip &rhs)
rhs                51 examples/pcap2nbench/ip.cpp   lhs << "Version: " << (uint32_t)rhs.version << std::endl
rhs                52 examples/pcap2nbench/ip.cpp       << "Header length: " << (uint32_t)rhs.header_length << std::endl
rhs                53 examples/pcap2nbench/ip.cpp       << "Differentiated Services Field: " << (uint32_t)rhs.dsfield << std::endl
rhs                54 examples/pcap2nbench/ip.cpp       << "Total Length: " << (uint32_t)rhs.total_length << std::endl
rhs                55 examples/pcap2nbench/ip.cpp       << "Identification: " << (uint32_t)rhs.id << std::endl
rhs                56 examples/pcap2nbench/ip.cpp       << "Flags: " << (uint32_t)rhs.flags << std::endl
rhs                57 examples/pcap2nbench/ip.cpp       << "Fragment offset: " << (uint32_t)rhs.fragment_offset << std::endl
rhs                58 examples/pcap2nbench/ip.cpp       << "TTL: " << (uint32_t)rhs.ttl << std::endl
rhs                59 examples/pcap2nbench/ip.cpp       << "Protocol: " << (uint32_t)rhs.protocol << std::endl
rhs                60 examples/pcap2nbench/ip.cpp       << "Checksum: " << (uint32_t)rhs.checksum << std::endl
rhs                61 examples/pcap2nbench/ip.cpp       << "Source: " << inet_ntoa(*((in_addr *)&rhs.source)) << std::endl
rhs                62 examples/pcap2nbench/ip.cpp       << "Destination: " << inet_ntoa(*((in_addr *)&rhs.destination)) << std::endl;
rhs                44 examples/pcap2nbench/ip.hpp std::ostream &operator<<(std::ostream &lhs, const ip &rhs);
rhs                52 examples/pcap2nbench/ntcreateandxrequest.cpp std::ostream &operator<<(std::ostream &lhs, const NtCreateAndXRequest &rhs)
rhs                54 examples/pcap2nbench/ntcreateandxrequest.cpp   lhs << "Word Count: " << (uint16_t)rhs.word_count << std::endl
rhs                55 examples/pcap2nbench/ntcreateandxrequest.cpp       << "AndXCommand: " << (uint16_t)rhs.and_x_command << std::endl
rhs                56 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Reserved: " << (uint16_t)rhs.reserved << std::endl
rhs                57 examples/pcap2nbench/ntcreateandxrequest.cpp       << "AndXOffset: " << rhs.and_x_offset << std::endl
rhs                58 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Reserved: " << (uint16_t)rhs.reserved1 << std::endl
rhs                59 examples/pcap2nbench/ntcreateandxrequest.cpp       << "File Name Len: " << rhs.file_name_len << std::endl
rhs                60 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Create Flags: " << rhs.create_flags << std::endl
rhs                61 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Root FID: " << rhs.root_fid << std::endl
rhs                62 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Access Mask: " << rhs.access_mask << std::endl
rhs                63 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Allocation Size: " << rhs.allocation_size << std::endl
rhs                64 examples/pcap2nbench/ntcreateandxrequest.cpp       << "File Attributes: " << rhs.file_attributes << std::endl
rhs                65 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Share Access: " << rhs.share_access << std::endl
rhs                66 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Disposition: " << rhs.disposition << std::endl
rhs                67 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Create Options: " << rhs.create_options << std::endl
rhs                68 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Impersonation: " << rhs.impersonation << std::endl
rhs                69 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Security Flags: " << (uint16_t)rhs.security_flags << std::endl
rhs                70 examples/pcap2nbench/ntcreateandxrequest.cpp       << "Byte Count: " << rhs.byte_count << std::endl
rhs                71 examples/pcap2nbench/ntcreateandxrequest.cpp       << "File Name: " << rhs.file_name << std::endl;
rhs                55 examples/pcap2nbench/ntcreateandxrequest.hpp std::ostream &operator<<(std::ostream &lhs, const NtCreateAndXRequest &rhs);
rhs                39 examples/pcap2nbench/ntcreateandxresponse.cpp std::ostream &operator<<(std::ostream &lhs, const NtCreateAndXResponse &rhs)
rhs                55 examples/pcap2nbench/ntcreateandxresponse.hpp std::ostream &operator<<(std::ostream &lhs, const NtCreateAndXResponse &rhs);
rhs                45 examples/pcap2nbench/readandxrequest.cpp std::ostream &operator<<(std::ostream &lhs, const ReadAndXRequest &rhs)
rhs                47 examples/pcap2nbench/readandxrequest.cpp   lhs << "Word Count: " << (uint16_t)rhs.word_count << std::endl
rhs                48 examples/pcap2nbench/readandxrequest.cpp       << "AndXCommand: " << (uint16_t)rhs.and_x_command << std::endl
rhs                49 examples/pcap2nbench/readandxrequest.cpp       << "Reserved: " << (uint16_t)rhs.reserved << std::endl
rhs                50 examples/pcap2nbench/readandxrequest.cpp       << "AndX Offset: " << rhs.and_x_offset << std::endl
rhs                51 examples/pcap2nbench/readandxrequest.cpp       << "Fid: " << rhs.fid << std::endl
rhs                52 examples/pcap2nbench/readandxrequest.cpp       << "Offset: " << rhs.offset << std::endl
rhs                53 examples/pcap2nbench/readandxrequest.cpp       << "Max Count Low: " << rhs.max_count_low << std::endl
rhs                54 examples/pcap2nbench/readandxrequest.cpp       << "Min Count: " << rhs.min_count << std::endl
rhs                55 examples/pcap2nbench/readandxrequest.cpp       << "Max Count High: " << rhs.max_count_high << std::endl
rhs                56 examples/pcap2nbench/readandxrequest.cpp       << "Remaining: " << rhs.remaining << std::endl
rhs                57 examples/pcap2nbench/readandxrequest.cpp       << "High Offset: " << rhs.high_offset << std::endl
rhs                58 examples/pcap2nbench/readandxrequest.cpp       << "Byte Count: " << rhs.byte_count << std::endl;
rhs                49 examples/pcap2nbench/readandxrequest.hpp std::ostream &operator<<(std::ostream &lhs, const ReadAndXRequest &rhs);
rhs                52 examples/pcap2nbench/smb.cpp std::ostream &operator<<(std::ostream &lhs, const smb &rhs)
rhs                56 examples/pcap2nbench/smb.cpp     lhs << rhs.magic[i];
rhs                60 examples/pcap2nbench/smb.cpp   lhs << "Command: " << (uint16_t)rhs.command << std::endl
rhs                61 examples/pcap2nbench/smb.cpp       << "NT Status: " << rhs.nt_status << std::endl
rhs                62 examples/pcap2nbench/smb.cpp       << "Flags: " << (uint16_t)rhs.flags << std::endl
rhs                63 examples/pcap2nbench/smb.cpp       << "Flags2: " << rhs.flags2 << std::endl
rhs                64 examples/pcap2nbench/smb.cpp       << "Pid Hi: " << rhs.pid_hi << std::endl
rhs                65 examples/pcap2nbench/smb.cpp       << "Tid: " << rhs.tid << std::endl
rhs                66 examples/pcap2nbench/smb.cpp       << "Pid: " << rhs.pid << std::endl
rhs                67 examples/pcap2nbench/smb.cpp       << "Uid: " << rhs.uid << std::endl
rhs                68 examples/pcap2nbench/smb.cpp       << "Mid: " << rhs.mid << std::endl;
rhs                46 examples/pcap2nbench/smb.hpp std::ostream &operator<<(std::ostream &lhs, const smb &rhs);
rhs                47 examples/pcap2nbench/tcp.cpp std::ostream &operator<<(std::ostream &lhs, const tcp &rhs)
rhs                49 examples/pcap2nbench/tcp.cpp   lhs << "Source Port: " << rhs.src_port << std::endl
rhs                50 examples/pcap2nbench/tcp.cpp       << "Destination Port: " << rhs.dst_port << std::endl
rhs                51 examples/pcap2nbench/tcp.cpp       << "Sequence Number: " << rhs.seq_number << std::endl
rhs                52 examples/pcap2nbench/tcp.cpp       << "Ack Number: " << rhs.ack_number << std::endl
rhs                53 examples/pcap2nbench/tcp.cpp       << "Length: " << (uint16_t)(rhs.length) << std::endl
rhs                54 examples/pcap2nbench/tcp.cpp       << "Flags: " << rhs.flags << std::endl
rhs                55 examples/pcap2nbench/tcp.cpp       << "Window Size: " << rhs.window_size << std::endl
rhs                56 examples/pcap2nbench/tcp.cpp       << "Checksum: " << rhs.checksum << std::endl;
rhs                40 examples/pcap2nbench/tcp.hpp std::ostream &operator<<(std::ostream &lhs, const tcp &rhs);
rhs                48 examples/pcap2nbench/writeandxrequest.cpp std::ostream &operator<<(std::ostream &lhs, const WriteAndXRequest &rhs)
rhs                50 examples/pcap2nbench/writeandxrequest.cpp   lhs << "Word Count: " << (uint16_t)rhs.word_count << std::endl
rhs                51 examples/pcap2nbench/writeandxrequest.cpp       << "AndXCommand: " << (uint16_t)rhs.and_x_command << std::endl
rhs                52 examples/pcap2nbench/writeandxrequest.cpp       << "Reserved: " << (uint16_t)rhs.reserved << std::endl
rhs                53 examples/pcap2nbench/writeandxrequest.cpp       << "AndX Offset: " << rhs.and_x_offset << std::endl
rhs                54 examples/pcap2nbench/writeandxrequest.cpp       << "Fid: " << rhs.fid << std::endl
rhs                55 examples/pcap2nbench/writeandxrequest.cpp       << "Offset: " << rhs.offset << std::endl
rhs                56 examples/pcap2nbench/writeandxrequest.cpp       << "Reserved: " << rhs.reserved1 << std::endl
rhs                57 examples/pcap2nbench/writeandxrequest.cpp       << "Write Mode: " << rhs.write_mode << std::endl
rhs                58 examples/pcap2nbench/writeandxrequest.cpp       << "Remaining: " << rhs.remaining << std::endl
rhs                59 examples/pcap2nbench/writeandxrequest.cpp       << "Data Length Hi: " << rhs.data_length_hi << std::endl
rhs                60 examples/pcap2nbench/writeandxrequest.cpp       << "Data Length Lo: " << rhs.data_length_lo << std::endl
rhs                61 examples/pcap2nbench/writeandxrequest.cpp       << "Data Offset: " << rhs.data_offset << std::endl
rhs                62 examples/pcap2nbench/writeandxrequest.cpp       << "High Offset: " << rhs.high_offset << std::endl
rhs                63 examples/pcap2nbench/writeandxrequest.cpp       << "Byte Count: " << rhs.byte_count << std::endl;
rhs                51 examples/pcap2nbench/writeandxrequest.hpp std::ostream &operator<<(std::ostream &lhs, const WriteAndXRequest &rhs);
rhs               216 librpc/gen_ndr/epmapper.h 	union epm_rhs rhs;/* [subcontext(2),switch_is(lhs.protocol)] */
rhs              1469 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_push_set_switch_value(_ndr_rhs, &r->rhs, r->lhs.protocol));
rhs              1470 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_push_epm_rhs(_ndr_rhs, NDR_SCALARS, &r->rhs));
rhs              1492 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_pull_set_switch_value(_ndr_rhs, &r->rhs, r->lhs.protocol));
rhs              1493 librpc/gen_ndr/ndr_epmapper.c 			NDR_CHECK(ndr_pull_epm_rhs(_ndr_rhs, NDR_SCALARS, &r->rhs));
rhs              1507 librpc/gen_ndr/ndr_epmapper.c 	ndr_print_set_switch_value(ndr, &r->rhs, r->lhs.protocol);
rhs              1508 librpc/gen_ndr/ndr_epmapper.c 	ndr_print_epm_rhs(ndr, "rhs", &r->rhs);
rhs               115 librpc/rpc/binding.c 						data_blob_hex_string(mem_ctx, &epm_floor->rhs.uuid.unknown));
rhs               131 librpc/rpc/binding.c 			return talloc_asprintf(mem_ctx, "IP:%s", epm_floor->rhs.ip.ipaddr);
rhs               134 librpc/rpc/binding.c 			return talloc_asprintf(mem_ctx, "PIPE:%s", epm_floor->rhs.pipe.path);
rhs               137 librpc/rpc/binding.c 			return talloc_asprintf(mem_ctx, "SMB:%s", epm_floor->rhs.smb.unc);
rhs               140 librpc/rpc/binding.c 			return talloc_asprintf(mem_ctx, "Unix:%s", epm_floor->rhs.unix_ds.path);
rhs               143 librpc/rpc/binding.c 			return talloc_asprintf(mem_ctx, "NetBIOS:%s", epm_floor->rhs.netbios.name);
rhs               155 librpc/rpc/binding.c 			return talloc_asprintf(mem_ctx, "HTTP:%d", epm_floor->rhs.http.port);
rhs               158 librpc/rpc/binding.c 			return talloc_asprintf(mem_ctx, "TCP:%d", epm_floor->rhs.tcp.port);
rhs               161 librpc/rpc/binding.c 			return talloc_asprintf(mem_ctx, "UDP:%d", epm_floor->rhs.udp.port);
rhs               419 librpc/rpc/binding.c 		if (epm_floor->rhs.tcp.port == 0) return NULL;
rhs               420 librpc/rpc/binding.c 		return talloc_asprintf(mem_ctx, "%d", epm_floor->rhs.tcp.port);
rhs               423 librpc/rpc/binding.c 		if (epm_floor->rhs.udp.port == 0) return NULL;
rhs               424 librpc/rpc/binding.c 		return talloc_asprintf(mem_ctx, "%d", epm_floor->rhs.udp.port);
rhs               427 librpc/rpc/binding.c 		if (epm_floor->rhs.http.port == 0) return NULL;
rhs               428 librpc/rpc/binding.c 		return talloc_asprintf(mem_ctx, "%d", epm_floor->rhs.http.port);
rhs               431 librpc/rpc/binding.c 		return talloc_strdup(mem_ctx, epm_floor->rhs.ip.ipaddr);
rhs               440 librpc/rpc/binding.c 		if (strlen(epm_floor->rhs.smb.unc) == 0) return NULL;
rhs               441 librpc/rpc/binding.c 		return talloc_strdup(mem_ctx, epm_floor->rhs.smb.unc);
rhs               444 librpc/rpc/binding.c 		if (strlen(epm_floor->rhs.pipe.path) == 0) return NULL;
rhs               445 librpc/rpc/binding.c 		return talloc_strdup(mem_ctx, epm_floor->rhs.pipe.path);
rhs               448 librpc/rpc/binding.c 		if (strlen(epm_floor->rhs.netbios.name) == 0) return NULL;
rhs               449 librpc/rpc/binding.c 		return talloc_strdup(mem_ctx, epm_floor->rhs.netbios.name);
rhs               455 librpc/rpc/binding.c 		return talloc_asprintf(mem_ctx, "%d", epm_floor->rhs.vines_spp.port);
rhs               458 librpc/rpc/binding.c 		return talloc_asprintf(mem_ctx, "%d", epm_floor->rhs.vines_ipc.port);
rhs               461 librpc/rpc/binding.c 		return talloc_strdup(mem_ctx, epm_floor->rhs.streettalk.streettalk);
rhs               464 librpc/rpc/binding.c 		if (strlen(epm_floor->rhs.unix_ds.path) == 0) return NULL;
rhs               465 librpc/rpc/binding.c 		return talloc_strdup(mem_ctx, epm_floor->rhs.unix_ds.path);
rhs               484 librpc/rpc/binding.c 		epm_floor->rhs.tcp.port = atoi(data);
rhs               488 librpc/rpc/binding.c 		epm_floor->rhs.udp.port = atoi(data);
rhs               492 librpc/rpc/binding.c 		epm_floor->rhs.http.port = atoi(data);
rhs               496 librpc/rpc/binding.c 		epm_floor->rhs.ip.ipaddr = talloc_strdup(mem_ctx, data);
rhs               497 librpc/rpc/binding.c 		NT_STATUS_HAVE_NO_MEMORY(epm_floor->rhs.ip.ipaddr);
rhs               501 librpc/rpc/binding.c 		epm_floor->rhs.ncacn.minor_version = 0;
rhs               505 librpc/rpc/binding.c 		epm_floor->rhs.ncadg.minor_version = 0;
rhs               509 librpc/rpc/binding.c 		epm_floor->rhs.smb.unc = talloc_strdup(mem_ctx, data);
rhs               510 librpc/rpc/binding.c 		NT_STATUS_HAVE_NO_MEMORY(epm_floor->rhs.smb.unc);
rhs               514 librpc/rpc/binding.c 		epm_floor->rhs.pipe.path = talloc_strdup(mem_ctx, data);
rhs               515 librpc/rpc/binding.c 		NT_STATUS_HAVE_NO_MEMORY(epm_floor->rhs.pipe.path);
rhs               519 librpc/rpc/binding.c 		epm_floor->rhs.netbios.name = talloc_strdup(mem_ctx, data);
rhs               520 librpc/rpc/binding.c 		NT_STATUS_HAVE_NO_MEMORY(epm_floor->rhs.netbios.name);
rhs               527 librpc/rpc/binding.c 		epm_floor->rhs.vines_spp.port = atoi(data);
rhs               531 librpc/rpc/binding.c 		epm_floor->rhs.vines_ipc.port = atoi(data);
rhs               535 librpc/rpc/binding.c 		epm_floor->rhs.streettalk.streettalk = talloc_strdup(mem_ctx, data);
rhs               536 librpc/rpc/binding.c 		NT_STATUS_HAVE_NO_MEMORY(epm_floor->rhs.streettalk.streettalk);
rhs               540 librpc/rpc/binding.c 		epm_floor->rhs.unix_ds.path = talloc_strdup(mem_ctx, data);
rhs               541 librpc/rpc/binding.c 		NT_STATUS_HAVE_NO_MEMORY(epm_floor->rhs.unix_ds.path);
rhs               695 librpc/rpc/binding.c 	tower->floors[0].rhs.uuid.unknown = data_blob_talloc_zero(mem_ctx, 2);
rhs               703 librpc/rpc/binding.c 	tower->floors[1].rhs.uuid.unknown = data_blob_talloc_zero(mem_ctx, 2);
rhs               709 librpc/rpc/binding.c 		ZERO_STRUCT(tower->floors[2 + i].rhs);
rhs                56 source4/torture/raw/lookuprate.c static bool fuzzily_equal(unsigned lhs, unsigned rhs, int percent)
rhs                60 source4/torture/raw/lookuprate.c 	if (((double)rhs >= ((double)lhs - fuzz)) &&
rhs                61 source4/torture/raw/lookuprate.c 	    ((double)rhs <= ((double)lhs + fuzz))) {
rhs                71 source4/torture/rpc/epmapper.c 	twr->tower.floors[2].rhs.ncacn.minor_version = 0;
rhs                75 source4/torture/rpc/epmapper.c 	twr->tower.floors[3].rhs.tcp.port = 0;
rhs                79 source4/torture/rpc/epmapper.c 	twr->tower.floors[4].rhs.ip.ipaddr = "0.0.0.0";
rhs                92 source4/torture/rpc/epmapper.c 	twr->tower.floors[3].rhs.http.port = 0;
rhs               105 source4/torture/rpc/epmapper.c 	twr->tower.floors[3].rhs.http.port = 0;
rhs               118 source4/torture/rpc/epmapper.c 	twr->tower.floors[3].rhs.smb.unc = "";
rhs               122 source4/torture/rpc/epmapper.c 	twr->tower.floors[4].rhs.netbios.name = "";