port_type        15852 librpc/gen_ndr/ndr_spoolss.c 		NDR_CHECK(ndr_push_spoolss_PortType(ndr, NDR_SCALARS, r->port_type));
port_type        15933 librpc/gen_ndr/ndr_spoolss.c 		NDR_CHECK(ndr_pull_spoolss_PortType(ndr, NDR_SCALARS, &r->port_type));
port_type        16008 librpc/gen_ndr/ndr_spoolss.c 	ndr_print_spoolss_PortType(ndr, "port_type", r->port_type);
port_type        1180 librpc/gen_ndr/spoolss.h 	uint32_t port_type;
port_type        7249 source3/rpc_server/srv_spoolss_nt.c 	r->port_type = SPOOLSS_PORT_TYPE_WRITE;
port_type         373 source3/rpcclient/cmd_spoolss.c 	if (r->port_type) {
port_type         376 source3/rpcclient/cmd_spoolss.c 		if (r->port_type & SPOOLSS_PORT_TYPE_READ) {
port_type         380 source3/rpcclient/cmd_spoolss.c 		if (r->port_type & SPOOLSS_PORT_TYPE_WRITE) {
port_type         386 source3/rpcclient/cmd_spoolss.c 		if (r->port_type & SPOOLSS_PORT_TYPE_REDIRECTED) {
port_type         390 source3/rpcclient/cmd_spoolss.c 		if (r->port_type & SPOOLSS_PORT_TYPE_NET_ATTACHED) {
port_type         640 source4/ntptr/simple_ldb/ntptr_simple_ldb.c 			info[i].info2.port_type		= samdb_result_uint(msgs[i], "port-type", SPOOLSS_PORT_TYPE_WRITE);